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>

反復処理が行われるコンテナー内の最初のノード。

適用対象