Microsoft.CodeAnalysis.Sarif.Region.Region C# (CSharp) Method

Region() public method

Initializes a new instance of the Region class.
public Region ( ) : System
return System
        public Region()
        {
        }

Same methods

Region::Region ( Region other ) : System
Region::Region ( int startLine, int startColumn, int endLine, int endColumn, int offset, int length ) : System