XmlQueryNodeSequence.ICollection<XPathItem>.CopyTo Método

Definição

Copia o conteúdo desta sequência para o array especificado, começando no índice especificado no array-alvo.

Esta API suporta a infraestrutura de produtos e não é pressuposta para ser utilizada diretamente a partir do seu 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[]

Uma variedade de XPathItem instâncias.

index
Int32

Um valor do tipo int.

Implementações

Aplica-se a