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 수입니다.

적용 대상