다음을 통해 공유


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

적용 대상