NullSafeDictionaryTKey, TValueICollectionKeyValuePairTKey, TValueCopyTo Method |
Namespace:
Arsenal.ImageMounter.IO
Assembly:
Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax void ICollection<KeyValuePair<TKey, TValue>>.CopyTo(
KeyValuePair<TKey, TValue>[] array,
int arrayIndex
)
Private Sub ICollection_CopyTo (
array As KeyValuePair(Of TKey, TValue)(),
arrayIndex As Integer
) Implements ICollection(Of KeyValuePair(Of TKey, TValue)).CopyTo
private:
virtual void ICollection_CopyTo(
array<KeyValuePair<TKey, TValue>>^ array,
int arrayIndex
) sealed = ICollection<KeyValuePair<TKey, TValue>>::CopyTo
private abstract ICollection_CopyTo :
array : KeyValuePair<'TKey, 'TValue>[] *
arrayIndex : int -> unit
private override ICollection_CopyTo :
array : KeyValuePair<'TKey, 'TValue>[] *
arrayIndex : int -> unit
Parameters
- array
- Type: System.Collections.GenericKeyValuePairTKey, TValue
- arrayIndex
- Type: SystemInt32
Implements
ICollectionTCopyTo(T, Int32)See Also