XmlQueryRuntime.DocOrderDistinct(IList<XPathNavigator>) Метод

Определение

Получает различающиеся отсортированные узлы из указанной последовательности.

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)

Параметры

seq
IList<XPathNavigator>

Последовательность экземпляров XPathNavigator.

Возвращаемое значение

IList<XPathNavigator>

Коллекция IList объектов XPathNavigator.

Применяется к