TreeEnumerator<TKey,TValue>(INode<TValue>) 构造函数

定义

分配并初始化新的 TreeEnumerator<TKey,TValue> 对象。

public:
 TreeEnumerator(Microsoft::VisualC::StlClr::Generic::INode<TValue> ^ _First);
public TreeEnumerator (Microsoft.VisualC.StlClr.Generic.INode<TValue> _First);
new Microsoft.VisualC.StlClr.TreeEnumerator<'Key, 'Value> : Microsoft.VisualC.StlClr.Generic.INode<'Value> -> Microsoft.VisualC.StlClr.TreeEnumerator<'Key, 'Value>
Public Sub New (_First As INode(Of TValue))

参数

_First
INode<TValue>

要对其进行循环访问的容器中的第一个节点。

适用于