次の方法で共有


ConnectionItems.ICollection<KeyValuePair<Object,Object>>.CopyTo メソッド

定義

 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

パラメーター

arrayIndex
Int32

実装

適用対象