Share via


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

Definição

Obtém nós classificados distintos da sequência 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>

Uma sequência de instâncias XPathNavigator.

Retornos

IList<XPathNavigator>

Um IList de XPathNavigator objetos.

Aplica-se a