Get an object instance of a certain type from the object pool.
If there is no object of this type in the pool, a new object will be created and returned.
The function used to create the object of this type.
caller: any = null
The this context for the creation function.
返回 any
An object of the specified type.
En
Get an object instance of a certain type from the object pool using a creation function.
If there is no object of this type in the pool, a new object will be created using the function and returned.
The object type signature.