Click or drag to resize
DigitalRuneResourcePoolTObtain Method
Obtains a new item by reusing an instance from the pool or by creating a new instance if necessary.

Namespace: DigitalRune
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public T Obtain()

Return Value

Type: T
The item.
See Also