C# Class CodeProject.ObjectPool.ObjectPoolConstants

Constants for Object Pools.
Mostrar archivo Open project: pomma89/ObjectPool

Public Methods

Method Description
ValidatePoolLimits ( int minimumPoolSize, int maximumPoolSize ) : void

Checks the lower and upper bounds for the pool size.

Method Details

ValidatePoolLimits() public static method

Checks the lower and upper bounds for the pool size.
public static ValidatePoolLimits ( int minimumPoolSize, int maximumPoolSize ) : void
minimumPoolSize int The lower bound.
maximumPoolSize int The upper bound.
return void