Partager via


ListDictionary<TKey,TValue>.ICollection<KeyValuePair<TKey,List<TValue>>>.CopyTo Method

Definition

 virtual void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,System.Collections.Generic.List<TValue>>>.CopyTo(cli::array <System::Collections::Generic::KeyValuePair<TKey, System::Collections::Generic::List<TValue> ^>> ^ array, int arrayIndex) = System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<TKey, System::Collections::Generic::List<TValue> ^>>::CopyTo;
void ICollection<KeyValuePair<TKey,List<TValue>>>.CopyTo (System.Collections.Generic.KeyValuePair<TKey,System.Collections.Generic.List<TValue>>[] array, int arrayIndex);
abstract member System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,System.Collections.Generic.List<TValue>>>.CopyTo : System.Collections.Generic.KeyValuePair<'Key, System.Collections.Generic.List<'Value>>[] * int -> unit
override this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,System.Collections.Generic.List<TValue>>>.CopyTo : System.Collections.Generic.KeyValuePair<'Key, System.Collections.Generic.List<'Value>>[] * int -> unit
Sub CopyTo (array As KeyValuePair(Of TKey, List(Of TValue))(), arrayIndex As Integer) Implements ICollection(Of KeyValuePair(Of TKey, List(Of TValue))).CopyTo

Parameters

array
KeyValuePair<TKey,List<TValue>>[]
arrayIndex
Int32

Implements

Applies to