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.]

Initializes a new instance of the SyncList<(Of <(T>)>) class

Namespace:  Developpez.Dotnet.Collections
Assembly:  Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public SyncList(
	IEnumerable<T> collection
)
Visual Basic (Declaration)
Public Sub New ( _
	collection As IEnumerable(Of T) _
)
Visual C++
public:
SyncList(
	IEnumerable<T>^ collection
)

Parameters

collection
Type: System.Collections.Generic..::.IEnumerable<(Of <(T>)>)

[Missing <param name="collection"/> documentation for "M:Developpez.Dotnet.Collections.SyncList`1.#ctor(System.Collections.Generic.IEnumerable{`0})"]

See Also