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

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

Private Properties

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

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

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

Creates a deep copy of this instance.

Hash ( ) : System

Initializes a new instance of the Hash class.

Hash ( Hash other ) : System

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

Hash ( string value, AlgorithmKind algorithm ) : System

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

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

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

Метод Описание
DeepCloneCore ( ) : ISarifNode
ISarifNode ( ) : ISarifNode
Init ( string value, AlgorithmKind algorithm ) : void

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

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

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

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

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

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

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

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

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

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

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

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

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