Property IsAutoDispose
IsAutoDispose
Check whether this allocator will automatically dispose allocations.
Declaration
public readonly bool IsAutoDispose { get; }
Property Value
| Type | Description |
|---|---|
| Boolean | Always true |
Implements
Remarks
Allocations made by Scrachpad allocator are automatically disposed.