C# 클래스 Microsoft.CodeAnalysis.Sarif.Region

상속: ISarifNode
파일 보기 프로젝트 열기: Microsoft/sarif-sdk 1 사용 예제들

Private Properties

프로퍼티 타입 설명
DeepCloneCore ISarifNode
ISarifNode ISarifNode
Init void

공개 메소드들

메소드 설명
DeepClone ( ) : Region

Creates a deep copy of this instance.

Region ( ) : System

Initializes a new instance of the Region class.

Region ( Region other ) : System

Initializes a new instance of the Region class from the specified instance.

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

Initializes a new instance of the Region class from the supplied values.

ValueEquals ( Region other ) : bool
ValueGetHashCode ( ) : int

비공개 메소드들

메소드 설명
DeepCloneCore ( ) : ISarifNode
ISarifNode ( ) : ISarifNode
Init ( int startLine, int startColumn, int endLine, int endColumn, int offset, int length ) : void

메소드 상세

DeepClone() 공개 메소드

Creates a deep copy of this instance.
public DeepClone ( ) : Region
리턴 Region

Region() 공개 메소드

Initializes a new instance of the Region class.
public Region ( ) : System
리턴 System

Region() 공개 메소드

Initializes a new instance of the Region class from the specified instance.
/// Thrown if is null. ///
public Region ( Region other ) : System
other Region /// The instance from which the new instance is to be initialized. ///
리턴 System

Region() 공개 메소드

Initializes a new instance of the Region class from the supplied values.
public Region ( int startLine, int startColumn, int endLine, int endColumn, int offset, int length ) : System
startLine int /// An initialization value for the property. ///
startColumn int /// An initialization value for the property. ///
endLine int /// An initialization value for the property. ///
endColumn int /// An initialization value for the property. ///
offset int /// An initialization value for the property. ///
length int /// An initialization value for the property. ///
리턴 System

ValueEquals() 공개 메소드

public ValueEquals ( Region other ) : bool
other Region
리턴 bool

ValueGetHashCode() 공개 메소드

public ValueGetHashCode ( ) : int
리턴 int