Compartir a través de


XmlQueryRuntime.DocOrderDistinct(IList<XPathNavigator>) Método

Definición

Obtiene nodos ordenados distintos de la secuencia especificada.

public:
 System::Collections::Generic::IList<System::Xml::XPath::XPathNavigator ^> ^ DocOrderDistinct(System::Collections::Generic::IList<System::Xml::XPath::XPathNavigator ^> ^ seq);
public System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator> DocOrderDistinct (System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator> seq);
member this.DocOrderDistinct : System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator> -> System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator>
Public Function DocOrderDistinct (seq As IList(Of XPathNavigator)) As IList(Of XPathNavigator)

Parámetros

seq
IList<XPathNavigator>

Secuencia de instancias de XPathNavigator.

Devoluciones

IList de objetos XPathNavigator.

Se aplica a