C# 클래스 CodeProject.ObjectPool.ObjectPoolConstants

Constants for Object Pools.
파일 보기 프로젝트 열기: pomma89/ObjectPool

공개 메소드들

메소드 설명
ValidatePoolLimits ( int minimumPoolSize, int maximumPoolSize ) : void

Checks the lower and upper bounds for the pool size.

메소드 상세

ValidatePoolLimits() 공개 정적인 메소드

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.
리턴 void