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.MethodTimeMonitor`1.PerfCounterPool"]

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

Syntax

C#
protected virtual GenericPool<Stopwatch> PerfCounterPool { get; private set; }
Visual Basic (Declaration)
Protected Overridable Property PerfCounterPool As GenericPool(Of Stopwatch)
Visual C++
protected:
virtual property GenericPool<Stopwatch^>^ PerfCounterPool {
	GenericPool<Stopwatch^>^ get ();
	void set (GenericPool<Stopwatch^>^ value);
}

See Also