Share via


VectorEnumeratorBase<TValue>(IVector<TValue>, Int32) Konstruktor

Definice

Přidělí a inicializuje nový VectorEnumeratorBase<TValue> objekt.

public:
 VectorEnumeratorBase(Microsoft::VisualC::StlClr::IVector<TValue> ^ _Cont, int _First);
public VectorEnumeratorBase (Microsoft.VisualC.StlClr.IVector<TValue> _Cont, int _First);
new Microsoft.VisualC.StlClr.VectorEnumeratorBase<'Value> : Microsoft.VisualC.StlClr.IVector<'Value> * int -> Microsoft.VisualC.StlClr.VectorEnumeratorBase<'Value>
Public Sub New (_Cont As IVector(Of TValue), _First As Integer)

Parametry

_Cont
IVector<TValue>

Kontejner, přes který se má iterovat.

_First
Int32

Posun aktuálního prvního prvku v kontejneru.

Platí pro