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 "T:Developpez.Dotnet.ComponentModel.GenericPool`1"]
Assembly: Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public class GenericPool<T> : ParameterizedGenericPool<T> where T : new() |
Visual Basic (Declaration) |
---|
Public Class GenericPool(Of T As New) _ Inherits ParameterizedGenericPool(Of T) |
Visual C++ |
---|
generic<typename T> where T : gcnew() public ref class GenericPool : public ParameterizedGenericPool<T> |
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:Developpez.Dotnet.ComponentModel.GenericPool`1"]
Inheritance Hierarchy
System..::.Object
Developpez.Dotnet.ComponentModel..::.ParameterizedGenericPool<(Of <(T>)>)
Developpez.Dotnet.ComponentModel..::.GenericPool<(Of <(T>)>)
Developpez.Dotnet.ComponentModel..::.ParameterizedGenericPool<(Of <(T>)>)
Developpez.Dotnet.ComponentModel..::.GenericPool<(Of <(T>)>)