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

[Missing <summary> documentation for "P:Developpez.Dotnet.Collections.SyncList`1.InternalList"]

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

Syntax

C#
protected virtual List<T> InternalList { get; set; }
Visual Basic (Declaration)
Protected Overridable Property InternalList As List(Of T)
Visual C++
protected:
virtual property List<T>^ InternalList {
	List<T>^ get ();
	void set (List<T>^ value);
}

See Also