C# Класс Microsoft.CodeAnalysis.Sarif.Region

Наследование: ISarifNode
Показать файл Открыть проект Примеры использования класса

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