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

Definicja

Przydziela i inicjuje nowy TreeEnumerator<TKey,TValue> obiekt.

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>

Pierwszy węzeł w kontenerze, w którym ma być iterowany.

Dotyczy