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

Definition

Allokerar och initierar ett nytt HashEnumerator<TKey,TValue> objekt.

public:
 HashEnumerator(Microsoft::VisualC::StlClr::Generic::INode<TValue> ^ _First);
public HashEnumerator(Microsoft.VisualC.StlClr.Generic.INode<TValue> _First);
new Microsoft.VisualC.StlClr.HashEnumerator<'Key, 'Value> : Microsoft.VisualC.StlClr.Generic.INode<'Value> -> Microsoft.VisualC.StlClr.HashEnumerator<'Key, 'Value>
Public Sub New (_First As INode(Of TValue))

Parametrar

_First
INode<TValue>

Den första noden i containern som iterera.

Gäller för