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

Definitie

Wijst een nieuw TreeEnumerator<TKey,TValue> object toe en initialiseert het.

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

Parameters

_First
INode<TValue>

Het eerste knooppunt in de container waarover moet worden herhaald.

Van toepassing op