PooledObject<T>

Struct in LogicToolkit.Editors / Inherits from: System.ValueType
Implements interfaces: System.IDisposable

Description

Manage pooled objects.

Type Parameters

Type Parameter Name Description Type Constraints
T Type of value being pooled
  • class

Remarks

By using the using statement, you can return the value to the pool when exiting the scope