Documentation de Dvp.Net. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Namespace:
Developpez.Dotnet.ComponentModel
Assembly: Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)
[Ceci est une documentation préliminaire, sous réserve de modification.]
[Missing <summary> documentation for "P:Developpez.Dotnet.ComponentModel.ParameterizedGenericPool`1.Pool"]
Assembly: Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
protected virtual LinkedList<ParameterizedGenericPool<(Of <(T>)>)..::.GenericPoolItem> Pool { get; private set; } |
Visual Basic (Declaration) |
---|
Protected Overridable Property Pool As LinkedList(Of ParameterizedGenericPool<(Of <(T>)>)..::.GenericPoolItem) |
Visual C++ |
---|
protected: virtual property LinkedList<ParameterizedGenericPool<(Of <(T>)>)..::.GenericPoolItem^>^ Pool { LinkedList<ParameterizedGenericPool<(Of <(T>)>)..::.GenericPoolItem^>^ get (); void set (LinkedList<ParameterizedGenericPool<(Of <(T>)>)..::.GenericPoolItem^>^ value); } |