Ejemplo n.º 1
0
 void ICollection.CopyTo(Array array, int index)
 {
     ReadOnlyDictionaryHelpers.CopyToNonGenericICollectionHelper <TValue>(_collection, array, index);
 }
Ejemplo n.º 2
0
 void ICollection.CopyTo(Array array, int index) => ReadOnlyDictionaryHelpers.CopyToNonGenericICollectionHelper <TKey>(m_collection, array, index);