RegionInfo Struct
Namespace: Roslynator.CSharp.Syntax
Assembly: Roslynator.CSharp.dll
Provides information about a region.
public readonly struct RegionInfo
Inheritance
Object → ValueType → RegionInfo
Properties
| Property | Summary |
|---|---|
| Directive | #region directive. |
| EndDirective | #endregion directive. |
| FullSpan | The absolute span of this region, including its leading and trailing trivia. |
| IsEmpty | Determines whether this region is empty, i.e. contains only white-space. |
| Span | The absolute span of this region, not including its leading and trailing trivia. |
| Success | Determines whether this struct was initialized with an actual syntax. |
Methods
| Method | Summary |
|---|---|
| Equals(Object) | (Inherited from ValueType) |
| GetHashCode() | (Inherited from ValueType) |
| GetType() | (Inherited from Object) |
| MemberwiseClone() | (Inherited from Object) |
| ToString() | (Inherited from ValueType) |