VectorEnumeratorBase<TValue>(IVector<TValue>, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allocates and initializes a new VectorEnumeratorBase<TValue> object.
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)
Parameters
- _Cont
- IVector<TValue>
The container over which to iterate.
- _First
- Int32
The offset of the current first element in the container.
Applies to
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.