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

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

Private Properties

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

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

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

Creates a deep copy of this instance.

Fix ( ) : System

Initializes a new instance of the Fix class.

Fix ( Fix other ) : System

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

Fix ( string description, IEnumerable fileChanges ) : System

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

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

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

Метод Описание
DeepCloneCore ( ) : ISarifNode
ISarifNode ( ) : ISarifNode
Init ( string description, IEnumerable fileChanges ) : void

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

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

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

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

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

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

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

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

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

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

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

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

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