Documentation de Dvp.Net. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/

[Ceci est une documentation préliminaire, sous réserve de modification.]

Collection syncronisée

Namespace:  Developpez.Dotnet.Collections
Assembly:  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"]

Inheritance Hierarchy

System..::.Object
  Developpez.Dotnet.Collections..::.SyncList<(Of <(T>)>)

See Also