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 "M:Developpez.Dotnet.ComponentModel.ParameterizedGenericPool`1.ObtainItem(System.Boolean)"]

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

Syntax

C#
public virtual ParameterizedGenericPool<(Of <(T>)>)..::.GenericPoolItem ObtainItem(
	bool canCreateNew
)
Visual Basic (Declaration)
Public Overridable Function ObtainItem ( _
	canCreateNew As Boolean _
) As ParameterizedGenericPool<(Of <(T>)>)..::.GenericPoolItem
Visual C++
public:
virtual ParameterizedGenericPool<(Of <(T>)>)..::.GenericPoolItem^ ObtainItem(
	bool canCreateNew
)

Parameters

canCreateNew
Type: System..::.Boolean

[Missing <param name="canCreateNew"/> documentation for "M:Developpez.Dotnet.ComponentModel.ParameterizedGenericPool`1.ObtainItem(System.Boolean)"]

Return Value

[Missing <returns> documentation for "M:Developpez.Dotnet.ComponentModel.ParameterizedGenericPool`1.ObtainItem(System.Boolean)"]

See Also