Property IsCreated
IsCreated
Whether this container been allocated (and not yet deallocated).
Declaration
public readonly bool IsCreated { get; }
Property Value
Type | Description |
---|---|
bool | True if this container has been allocated (and not yet deallocated). |