ConfigurationElementCollection.ICollection.CopyTo(Array, Int32) 메서드

정의

ConfigurationElementCollection을 배열에 복사합니다.

 virtual void System.Collections.ICollection.CopyTo(Array ^ arr, int index) = System::Collections::ICollection::CopyTo;
void ICollection.CopyTo (Array arr, int index);
abstract member System.Collections.ICollection.CopyTo : Array * int -> unit
override this.System.Collections.ICollection.CopyTo : Array * int -> unit
Sub CopyTo (arr As Array, index As Integer) Implements ICollection.CopyTo

매개 변수

arr
Array

ConfigurationElementCollection을 복사할 배열입니다.

index
Int32

복사를 시작할 인덱스 위치입니다.

구현

적용 대상