ObjectPool<T>.

SetMinCount(int) Method

Summary

Creates new items in the pool until the number of Weaver.ObjectPool`1.InactiveObjects reaches the specified `count`.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
ObjectPool<T>

Syntax

public void SetMinCount(int count)

Parameters

Name Type Description
count int

Return Value

Type Description
void