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

Definición

Asigna e inicializa un nuevo objeto 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))

Parámetros

_First
INode<TValue>

Primer nodo del contenedor que se recorre.

Se aplica a