Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
[Ceci est une documentation préliminaire, sous réserve de modification.]
Rajoute un objet dans le pool
Espace de nom : Developpez.Dotnet.ComponentModelAssembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
Syntaxe
C# |
---|
protected virtual bool AppendItemToPool( LinkedListNode<ParameterizedGenericPool<(Of <(<'T>)>)>..::..GenericPoolItem> item ) |
Visual Basic (Déclaration) |
---|
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 ) |
Paramètres
- item
- Type: System.Collections.Generic..::..LinkedListNode<(Of <(<'ParameterizedGenericPool<(Of <(<'T>)>)>..::..GenericPoolItem>)>)>
Objet à rajouter