DataViewSettingCollection.CopyTo 메서드

정의

지정한 인덱스에서 시작하는 1차원 Array 인스턴스에 컬렉션 개체를 복사합니다.

오버로드

CopyTo(Array, Int32)

지정한 인덱스에서 시작하는 1차원 Array 인스턴스에 컬렉션 개체를 복사합니다.

CopyTo(DataViewSetting[], Int32)

지정한 인덱스에서 시작하는 1차원 Array 인스턴스에 컬렉션 개체를 복사합니다.

CopyTo(Array, Int32)

Source:
DataViewSettingCollection.cs
Source:
DataViewSettingCollection.cs
Source:
DataViewSettingCollection.cs

지정한 인덱스에서 시작하는 1차원 Array 인스턴스에 컬렉션 개체를 복사합니다.

public:
 virtual void CopyTo(Array ^ ar, int index);
public void CopyTo (Array ar, int index);
abstract member CopyTo : Array * int -> unit
override this.CopyTo : Array * int -> unit
Public Sub CopyTo (ar As Array, index As Integer)

매개 변수

ar
Array

컬렉션에서 복사된 값의 대상인 1차원 Array입니다.

index
Int32

삽입을 시작할 배열의 인덱스입니다.

구현

적용 대상

CopyTo(DataViewSetting[], Int32)

Source:
DataViewSettingCollection.cs
Source:
DataViewSettingCollection.cs
Source:
DataViewSettingCollection.cs

지정한 인덱스에서 시작하는 1차원 Array 인스턴스에 컬렉션 개체를 복사합니다.

public:
 void CopyTo(cli::array <System::Data::DataViewSetting ^> ^ ar, int index);
public void CopyTo (System.Data.DataViewSetting[] ar, int index);
member this.CopyTo : System.Data.DataViewSetting[] * int -> unit
Public Sub CopyTo (ar As DataViewSetting(), index As Integer)

매개 변수

ar
DataViewSetting[]

컬렉션에서 복사된 값의 대상인 1차원 Array입니다.

index
Int32

삽입을 시작할 배열의 인덱스입니다.

적용 대상