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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.