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

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

Private Properties

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

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

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

Creates a deep copy of this instance.

FileChange ( ) : System

Initializes a new instance of the FileChange class.

FileChange ( FileChange other ) : System

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

FileChange ( Uri uri, string uriBaseId, IEnumerable replacements ) : System

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

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

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

Метод Описание
DeepCloneCore ( ) : ISarifNode
ISarifNode ( ) : ISarifNode
Init ( Uri uri, string uriBaseId, IEnumerable replacements ) : void

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

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

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

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

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

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

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

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

Initializes a new instance of the FileChange class from the supplied values.
public FileChange ( Uri uri, string uriBaseId, IEnumerable replacements ) : System
uri System.Uri /// An initialization value for the property. ///
uriBaseId string /// An initialization value for the property. ///
replacements IEnumerable /// An initialization value for the property. ///
Результат System

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

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

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

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