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 |
|
Remarks
By using the using statement, you can return the value to the pool when exiting the scope