Sdílet prostřednictvím


XmlQueryRuntime.DocOrderDistinct(IList<XPathNavigator>) Metoda

Definice

Získá odlišné seřazené uzly ze zadané sekvence.

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)

Parametry

seq
IList<XPathNavigator>

Posloupnost XPathNavigator instancí.

Návraty

An IList of XPathNavigator objects.

Platí pro