Interface IAllocationBase
Base interface of all allocations.
public interface IAllocationBase : IDisposable
- Inherited Members
Properties
Count
Number of items in this allocation.
int Count { get; }
Property Value
IsDisposed
True if this alloaction has been disposed.
bool IsDisposed { get; }