DequeEnumerator<TValue>(IDeque<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 DequeEnumerator<TValue> object.
public:
DequeEnumerator(Microsoft::VisualC::StlClr::IDeque<TValue> ^ _Cont, int _First);
public DequeEnumerator (Microsoft.VisualC.StlClr.IDeque<TValue> _Cont, int _First);
new Microsoft.VisualC.StlClr.DequeEnumerator<'Value> : Microsoft.VisualC.StlClr.IDeque<'Value> * int -> Microsoft.VisualC.StlClr.DequeEnumerator<'Value>
Public Sub New (_Cont As IDeque(Of TValue), _First As Integer)
Parameters
- _Cont
- IDeque<TValue>
The container to iterate over.
- _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.