DequeEnumeratorBase<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 DequeEnumeratorBase<TValue> object.
public:
DequeEnumeratorBase(Microsoft::VisualC::StlClr::IDeque<TValue> ^ _Cont, int _First);
public DequeEnumeratorBase (Microsoft.VisualC.StlClr.IDeque<TValue> _Cont, int _First);
new Microsoft.VisualC.StlClr.DequeEnumeratorBase<'Value> : Microsoft.VisualC.StlClr.IDeque<'Value> * int -> Microsoft.VisualC.StlClr.DequeEnumeratorBase<'Value>
Public Sub New (_Cont As IDeque(Of TValue), _First As Integer)
Parameters
- _Cont
- IDeque<TValue>
The container over which to iterate.
- _First
- Int32
The offset of the current first element in the container.
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.