PropertyDictionary.CopyTo(KeyValuePair<String,Object>[], Int32) 메서드

정의

사전 항목을 1차원 배열 인스턴스의 지정한 인덱스에 복사합니다.

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

매개 변수

array
KeyValuePair<String,Object>[]

사전에서 복사한 DictionaryEntry 개체의 대상인 1차원 배열입니다. Array의 인덱스는 0부터 시작해야 합니다.

arrayIndex
Int32

배열에서 복사를 시작할 인덱스입니다. 이 인덱스는 0부터 시작합니다.

구현

적용 대상