Метод | Описание | |
---|---|---|
PooledAttribute ( ) : System |
Initializes a new instance of the PooledAttribute class using the default initial pool size (5) and the max pool size (15).
|
|
PooledAttribute ( int initialPoolSize, int maxPoolSize ) : System |
Initializes a new instance of the PooledAttribute class.
|
public PooledAttribute ( int initialPoolSize, int maxPoolSize ) : System | ||
initialPoolSize | int | Initial size of the pool. |
maxPoolSize | int | Max pool size. |
Результат | System |