Dispose |
[FlagsAttribute] public enum DisposeState
| Member name | Value | Description |
|---|---|---|
| NotDisposed | 0 | The node is not disposed. |
| DisposeInProgress | 1 | The node is currently in the process of being disposed. |
| Disposed | 2 | The node has been disposed. |
The DisposeState type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |