Property IsSet
IsSet
Gets a value indicating whether the flag is set. This property is thread-safe.
Performance Note: Uses Read(ref bool) for a low-overhead atomic read operation. Marked for aggressive inlining to reduce method call overhead.
Declaration
public bool IsSet { get; }Property Value
| Type | Description | 
|---|---|
| bool | 
