C# Class CodeProject.ObjectPool.ObjectPoolConstants

Constants for Object Pools.
Afficher le fichier Open project: pomma89/ObjectPool

Méthodes publiques

Méthode Description
ValidatePoolLimits ( int minimumPoolSize, int maximumPoolSize ) : void

Checks the lower and upper bounds for the pool size.

Method Details

ValidatePoolLimits() public static méthode

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.
Résultat void