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>

要反覆查看的容器中第一個節點。

適用於