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.AppendItemToPool(System.Collections.Generic.LinkedListNode{Developpez.Dotnet.ComponentModel.ParameterizedGenericPool{`0}.GenericPoolItem})"]

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

Syntax

C#
protected virtual bool AppendItemToPool(
	LinkedListNode<ParameterizedGenericPool<(Of <(T>)>)..::.GenericPoolItem> item
)
Visual Basic (Declaration)
Protected Overridable Function AppendItemToPool ( _
	item As LinkedListNode(Of ParameterizedGenericPool<(Of <(T>)>)..::.GenericPoolItem) _
) As Boolean
Visual C++
protected:
virtual bool AppendItemToPool(
	LinkedListNode<ParameterizedGenericPool<(Of <(T>)>)..::.GenericPoolItem^>^ item
)

Parameters

item
Type: System.Collections.Generic..::.LinkedListNode<(Of <(ParameterizedGenericPool<(Of <(T>)>)..::.GenericPoolItem>)>)

[Missing <param name="item"/> documentation for "M:Developpez.Dotnet.ComponentModel.ParameterizedGenericPool`1.AppendItemToPool(System.Collections.Generic.LinkedListNode{Developpez.Dotnet.ComponentModel.ParameterizedGenericPool{`0}.GenericPoolItem})"]

Return Value

[Missing <returns> documentation for "M:Developpez.Dotnet.ComponentModel.ParameterizedGenericPool`1.AppendItemToPool(System.Collections.Generic.LinkedListNode{Developpez.Dotnet.ComponentModel.ParameterizedGenericPool{`0}.GenericPoolItem})"]

See Also