XmlQueryNodeSequence.ICollection<XPathItem>.CopyTo 메서드

정의

대상 배열의 지정된 인덱스에서 시작하여 지정된 배열에 이 시퀀스의 콘텐츠를 복사합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

 virtual void System.Collections.Generic.ICollection<System.Xml.XPath.XPathItem>.CopyTo(cli::array <System::Xml::XPath::XPathItem ^> ^ array, int index) = System::Collections::Generic::ICollection<System::Xml::XPath::XPathItem ^>::CopyTo;
void ICollection<XPathItem>.CopyTo (System.Xml.XPath.XPathItem[] array, int index);
abstract member System.Collections.Generic.ICollection<System.Xml.XPath.XPathItem>.CopyTo : System.Xml.XPath.XPathItem[] * int -> unit
override this.System.Collections.Generic.ICollection<System.Xml.XPath.XPathItem>.CopyTo : System.Xml.XPath.XPathItem[] * int -> unit
Sub CopyTo (array As XPathItem(), index As Integer) Implements ICollection(Of XPathItem).CopyTo

매개 변수

array
XPathItem[]

XPathItem 인스턴스의 배열입니다.

index
Int32

int 형식의 값입니다.

구현

적용 대상