DodSequenceMerge.AddSequence(IList<XPathNavigator>) 方法
定义
将新序列添加到要合并的序列列表中。Adds a new sequence to the list of sequences to merge.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
void AddSequence(System::Collections::Generic::IList<System::Xml::XPath::XPathNavigator ^> ^ sequence);
public void AddSequence (System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator> sequence);
member this.AddSequence : System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator> -> unit
Public Sub AddSequence (sequence As IList(Of XPathNavigator))
参数
- sequence
- IList<XPathNavigator>
XPathNavigator 类的实例。An instance of the XPathNavigator class.