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

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

Private Properties

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

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

Метод Описание
CodeFlow ( ) : System

Initializes a new instance of the CodeFlow class.

CodeFlow ( CodeFlow other ) : System

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

CodeFlow ( string message, IEnumerable locations, SerializedPropertyInfo>.IDictionary properties ) : System

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

DeepClone ( ) : CodeFlow

Creates a deep copy of this instance.

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

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

Метод Описание
DeepCloneCore ( ) : ISarifNode
ISarifNode ( ) : ISarifNode
Init ( string message, IEnumerable locations, SerializedPropertyInfo>.IDictionary properties ) : void

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

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

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

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

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

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

Initializes a new instance of the CodeFlow class from the supplied values.
public CodeFlow ( string message, IEnumerable locations, SerializedPropertyInfo>.IDictionary properties ) : System
message string /// An initialization value for the property. ///
locations IEnumerable /// An initialization value for the property. ///
properties SerializedPropertyInfo>.IDictionary /// An initialization value for the property. ///
Результат System

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

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

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

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

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

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