Share via


ConnectionItems.ICollection<KeyValuePair<Object,Object>>.CopyTo Method

Definition

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

Parameters

arrayIndex
Int32

Implements

Applies to