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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.