Method CopyTo
CopyTo(KeyValuePair<TKey, TValue>[], Int32)
Declaration
public override void CopyTo(KeyValuePair<TKey, TValue>[] array, int arrayIndex)
Parameters
Type | Name | Description |
---|---|---|
KeyValuePair<TKey, TValue>[] | array | |
System.Int32 | arrayIndex |
Overrides
Lucene.Net.Support.HashMap<TKey, TValue>.CopyTo(KeyValuePair<TKey, TValue>[], System.Int32)