Documentation de Dvp.Net. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly: Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)
[Ceci est une documentation préliminaire, sous réserve de modification.]
Collection syncronisée
Namespace:
Developpez.Dotnet.CollectionsAssembly: Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public class SyncList<T> : IList<T>, ICollection<T>, IEnumerable<T>, ICollection, IEnumerable |
Visual Basic (Declaration) |
---|
Public Class SyncList(Of T) _ Implements IList(Of T), ICollection(Of T), _ IEnumerable(Of T), ICollection, IEnumerable |
Visual C++ |
---|
generic<typename T> public ref class SyncList : IList<T>, ICollection<T>, IEnumerable<T>, ICollection, IEnumerable |
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:Developpez.Dotnet.Collections.SyncList`1"]