Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 2.05 KB

File metadata and controls

40 lines (27 loc) · 2.05 KB

RegionInfo Struct

HomePropertiesMethods

Namespace: Roslynator.CSharp.Syntax

Assembly: Roslynator.CSharp.dll

Provides information about a region.

public readonly struct RegionInfo

Inheritance

ObjectValueType → 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)