eDriven Framework API
PoolSize Property
NamespaceseDriven.Core.UtilObjectPool<(Of <(<'T>)>)>PoolSize
eDriven Framework API
The maximum number of objects that this pool can hold
Declaration Syntax
C#Visual BasicVisual C++
public int PoolSize { get; set; }
Public Property PoolSize As Integer
	Get
	Set
public:
property int PoolSize {
	int get ();
	void set (int value);
}

Assembly: eDriven.Core (Module: eDriven.Core) Version: 2.0.1.0 (2.0.1.0)