Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
[Ceci est une documentation préliminaire, sous réserve de modification.]
Initialise une nouvelle instance de l'énumérateur
Espace de nom : Developpez.Dotnet.CollectionsAssembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
Syntaxe
C# |
---|
public SynchronizedEnumerator( SyncList<T> ownedList, IEnumerator<T> enumerator ) |
Visual Basic (Déclaration) |
---|
Public Sub New ( _ ownedList As SyncList(Of T), _ enumerator As IEnumerator(Of T) _ ) |
Visual C++ |
---|
public: SynchronizedEnumerator( SyncList<T>^ ownedList, IEnumerator<T>^ enumerator ) |
Paramètres
- ownedList
- Type: Developpez.Dotnet.Collections..::..SyncList<(Of <(<'T>)>)>
Liste à utiliser pour l'énumération
- enumerator
- Type: System.Collections.Generic..::..IEnumerator<(Of <(<'T>)>)>
Enumérateur utilisé pour l'opération