C# Class Microsoft.CodeAnalysis.Sarif.Region

Inheritance: ISarifNode
Afficher le fichier Open project: Microsoft/sarif-sdk Class Usage Examples

Private Properties

Свойство Type Description
DeepCloneCore ISarifNode
ISarifNode ISarifNode
Init void

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
DeepCloneCore ( ) : ISarifNode
ISarifNode ( ) : ISarifNode
Init ( int startLine, int startColumn, int endLine, int endColumn, int offset, int length ) : void

Method Details

DeepClone() public méthode

Creates a deep copy of this instance.
public DeepClone ( ) : Region
Résultat Region

Region() public méthode

Initializes a new instance of the Region class.
public Region ( ) : System
Résultat System

Region() public méthode

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. ///
Résultat System

Region() public méthode

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. ///
Résultat System

ValueEquals() public méthode

public ValueEquals ( Region other ) : bool
other Region
Résultat bool

ValueGetHashCode() public méthode

public ValueGetHashCode ( ) : int
Résultat int