Takes one item from a pool or returns null if there are no items in the pool.

Namespace: MonoSoftware.Core.Collections
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public T Take()
Visual Basic
Public Function Take As T
Visual C++
public:
T Take()
F#
member Take : unit -> 'T 

Return Value

Type: T
Pool item

See Also