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