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 ParameterizedGenericPool<(Of <(T>)>)..::.GenericPoolItem class

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

Syntax

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

Parameters

newItem
Type: T

[Missing <param name="newItem"/> documentation for "M:Developpez.Dotnet.ComponentModel.ParameterizedGenericPool`1.GenericPoolItem.#ctor(`0,Developpez.Dotnet.ComponentModel.ParameterizedGenericPool{`0})"]

parent
Type: Developpez.Dotnet.ComponentModel..::.ParameterizedGenericPool<(Of <(T>)>)

[Missing <param name="parent"/> documentation for "M:Developpez.Dotnet.ComponentModel.ParameterizedGenericPool`1.GenericPoolItem.#ctor(`0,Developpez.Dotnet.ComponentModel.ParameterizedGenericPool{`0})"]

See Also