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

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

Private Properties

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

공개 메소드들

메소드 설명
Annotation ( ) : System

Initializes a new instance of the Annotation class.

Annotation ( Annotation other ) : System

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

Annotation ( string message, IEnumerable locations ) : System

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

DeepClone ( ) : Annotation

Creates a deep copy of this instance.

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

비공개 메소드들

메소드 설명
DeepCloneCore ( ) : ISarifNode
ISarifNode ( ) : ISarifNode
Init ( string message, IEnumerable locations ) : void

메소드 상세

Annotation() 공개 메소드

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

Annotation() 공개 메소드

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

Annotation() 공개 메소드

Initializes a new instance of the Annotation class from the supplied values.
public Annotation ( string message, IEnumerable locations ) : System
message string /// An initialization value for the property. ///
locations IEnumerable /// An initialization value for the property. ///
리턴 System

DeepClone() 공개 메소드

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

ValueEquals() 공개 메소드

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

ValueGetHashCode() 공개 메소드

public ValueGetHashCode ( ) : int
리턴 int