VectorEnumerator<TValue>(IVector<TValue>, Int32) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
分配并初始化新的 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
容器中当前第一个元素的偏移量。