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