VectorEnumerator<TValue>(IVector<TValue>, Int32) 建構函式

定義

配置並初始化新的 VectorEnumerator<TValue> 物件。

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)

參數

_Cont
IVector<TValue>

要逐一查看的容器。

_First
Int32

容器中目前第一個項目的位移。

適用於