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

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

Private Properties

Свойство Тип Описание
DeepCloneCore ISarifNode
ISarifNode ISarifNode
Init void

Открытые методы

Метод Описание
DeepClone ( ) : Replacement

Creates a deep copy of this instance.

Replacement ( ) : System

Initializes a new instance of the Replacement class.

Replacement ( Replacement other ) : System

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

Replacement ( int offset, int deletedLength, string insertedBytes ) : System

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

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

Приватные методы

Метод Описание
DeepCloneCore ( ) : ISarifNode
ISarifNode ( ) : ISarifNode
Init ( int offset, int deletedLength, string insertedBytes ) : void

Описание методов

DeepClone() публичный Метод

Creates a deep copy of this instance.
public DeepClone ( ) : Replacement
Результат Replacement

Replacement() публичный Метод

Initializes a new instance of the Replacement class.
public Replacement ( ) : System
Результат System

Replacement() публичный Метод

Initializes a new instance of the Replacement class from the specified instance.
/// Thrown if is null. ///
public Replacement ( Replacement other ) : System
other Replacement /// The instance from which the new instance is to be initialized. ///
Результат System

Replacement() публичный Метод

Initializes a new instance of the Replacement class from the supplied values.
public Replacement ( int offset, int deletedLength, string insertedBytes ) : System
offset int /// An initialization value for the property. ///
deletedLength int /// An initialization value for the property. ///
insertedBytes string /// An initialization value for the property. ///
Результат System

ValueEquals() публичный Метод

public ValueEquals ( Replacement other ) : bool
other Replacement
Результат bool

ValueGetHashCode() публичный Метод

public ValueGetHashCode ( ) : int
Результат int