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