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

Initialise une nouvelle instance de conteneur

Espace de nom : Developpez.Dotnet.ComponentModel
Assembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)

Syntaxe

C#
public GenericPoolItem(
	T newItem,
	ParameterizedGenericPool<T> parent
)
Visual Basic (Déclaration)
Public Sub New ( _
	newItem As T, _
	parent As ParameterizedGenericPool(Of T) _
)
Visual C++
public:
GenericPoolItem(
	T newItem, 
	ParameterizedGenericPool<T>^ parent
)

Paramètres

newItem
Type: T
Element à placer
parent
Type: Developpez.Dotnet.ComponentModel..::..ParameterizedGenericPool<(Of <(<'T>)>)>
Gestionnaire parent

Voir aussi