Property IsAutoDispose
IsAutoDispose
Check whether this allocator will automatically dispose allocations.
Declaration
public bool IsAutoDispose { get; }
Property Value
Type | Description |
---|---|
bool | True if allocations made by this AllocatorHandle are not automatically disposed. |