TreeEnumerator<TKey,TValue>(INode<TValue>) Konstruktor

Definice

Přidělí a inicializuje nový TreeEnumerator<TKey,TValue> objekt.

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))

Parametry

_First
INode<TValue>

První uzel v kontejneru, přes který se má iterovat.

Platí pro