XmlnsDictionary.CopyTo 메서드
정의
XmlnsDictionary의 항목을 지정된 배열에 복사합니다.Copies the entries in the XmlnsDictionary to a specified array.
오버로드
CopyTo(Array, Int32) |
XmlnsDictionary의 항목을 지정된 배열에 복사합니다.Copies the entries in the XmlnsDictionary to the specified array. |
CopyTo(DictionaryEntry[], Int32) |
XmlnsDictionary의 항목을 지정된 DictionaryEntry 배열에 복사합니다.Copies the entries in the XmlnsDictionary to the specified DictionaryEntry array. |
CopyTo(Array, Int32)
XmlnsDictionary의 항목을 지정된 배열에 복사합니다.Copies the entries in the XmlnsDictionary to the specified array.
public:
virtual void CopyTo(Array ^ array, int index);
public void CopyTo (Array array, int index);
abstract member CopyTo : Array * int -> unit
override this.CopyTo : Array * int -> unit
Public Sub CopyTo (array As Array, index As Integer)
매개 변수
- array
- Array
테이블 데이터를 복사할 배열입니다.The array to copy the table data into.
- index
- Int32
0부터 시작하며 대상 배열에서 복사가 시작되는 위치의 인덱스입니다.The zero-based index in the destination array where copying starts.
구현
적용 대상
CopyTo(DictionaryEntry[], Int32)
XmlnsDictionary의 항목을 지정된 DictionaryEntry 배열에 복사합니다.Copies the entries in the XmlnsDictionary to the specified DictionaryEntry array.
public:
void CopyTo(cli::array <System::Collections::DictionaryEntry> ^ array, int index);
public void CopyTo (System.Collections.DictionaryEntry[] array, int index);
member this.CopyTo : System.Collections.DictionaryEntry[] * int -> unit
Public Sub CopyTo (array As DictionaryEntry(), index As Integer)
매개 변수
- array
- DictionaryEntry[]
테이블 데이터를 복사할 배열입니다.The array to copy the table data into.
- index
- Int32
0부터 시작하며 대상 배열에서 복사가 시작되는 위치의 인덱스입니다.The zero-based index in the destination array where copying starts.