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.ComponentModel.ParameterizedGenericPool`1.MaxCachedItemCount"]

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

Syntax

C#
public virtual int MaxCachedItemCount { get; protected set; }
Visual Basic (Declaration)
Public Overridable Property MaxCachedItemCount As Integer
Visual C++
public:
virtual property int MaxCachedItemCount {
	int get ();
	void set (int value);
}

See Also