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

Definition

Allocates and initializes a new VectorEnumeratorBase<TValue> object.

C#
public VectorEnumeratorBase(Microsoft.VisualC.StlClr.IVector<TValue> _Cont, int _First);

Parameters

_Cont
IVector<TValue>

The container over which to iterate.

_First
Int32

The offset of the current first element in the container.

Applies to

Product Versions
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1