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.]
Function servant à créer de nouveaux objets pour 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 ParameterizedGenericPool<(Of <(<'T>)>)>..::..CreateNewItemMethod NewItemAllocator { get; set; } |
Visual Basic (Déclaration) |
---|
Protected Overridable Property NewItemAllocator As ParameterizedGenericPool<(Of <(<'T>)>)>..::..CreateNewItemMethod Get Set |
Visual C++ |
---|
protected: virtual property ParameterizedGenericPool<(Of <(<'T>)>)>..::..CreateNewItemMethod^ NewItemAllocator { ParameterizedGenericPool<(Of <(<'T>)>)>..::..CreateNewItemMethod^ get (); void set (ParameterizedGenericPool<(Of <(<'T>)>)>..::..CreateNewItemMethod^ value); } |