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

Definitie

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

public:
 HashEnumeratorBase(Microsoft::VisualC::StlClr::Generic::INode<TValue> ^ _First);
public HashEnumeratorBase(Microsoft.VisualC.StlClr.Generic.INode<TValue> _First);
new Microsoft.VisualC.StlClr.HashEnumeratorBase<'Key, 'Value> : Microsoft.VisualC.StlClr.Generic.INode<'Value> -> Microsoft.VisualC.StlClr.HashEnumeratorBase<'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