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 型の値。

実装

適用対象