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

Definition

Allokerar och initierar ett nytt VectorEnumerator<TValue> objekt.

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

Parametrar

_Cont
IVector<TValue>

Containern som ska itereras över.

_First
Int32

Förskjutningen av det aktuella första elementet i containern.

Gäller för