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

適用対象