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 GenericPool<(Of <(T>)>) class

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

Syntax

C#
public GenericPool(
	int startObjectCount,
	int maxObjectCount
)
Visual Basic (Declaration)
Public Sub New ( _
	startObjectCount As Integer, _
	maxObjectCount As Integer _
)
Visual C++
public:
GenericPool(
	int startObjectCount, 
	int maxObjectCount
)

Parameters

startObjectCount
Type: System..::.Int32

[Missing <param name="startObjectCount"/> documentation for "M:Developpez.Dotnet.ComponentModel.GenericPool`1.#ctor(System.Int32,System.Int32)"]

maxObjectCount
Type: System..::.Int32

[Missing <param name="maxObjectCount"/> documentation for "M:Developpez.Dotnet.ComponentModel.GenericPool`1.#ctor(System.Int32,System.Int32)"]

See Also