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

Definition

Allocates and initializes a new VectorEnumerator<TValue> object.

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)

Parameters

_Cont
IVector<TValue>

The container over which to iterate.

_First
Int32

The offset of the current first element in the container.

Applies to