XmlQueryNodeSequence.ICollection<XPathItem>.CopyTo Método

Definición

Copia el contenido de esta secuencia a la matriz especificada, comenzando en el índice especificado de la matriz de destino.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

 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

Parámetros

array
XPathItem[]

Matriz de instancias de XPathItem.

index
Int32

Valor de tipo int.

Implementaciones

Se aplica a