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

컨테이너에서 현재 첫 번째 요소의 오프셋입니다.

적용 대상