C# Class Microsoft.CodeAnalysis.Sarif.CodeFlow

Inheritance: PropertyBagHolder, ISarifNode
Afficher le fichier Open project: Microsoft/sarif-sdk Class Usage Examples

Private Properties

Свойство Type Description
DeepCloneCore ISarifNode
ISarifNode ISarifNode
Init void

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
DeepCloneCore ( ) : ISarifNode
ISarifNode ( ) : ISarifNode
Init ( string message, IEnumerable locations, SerializedPropertyInfo>.IDictionary properties ) : void

Method Details

CodeFlow() public méthode

Initializes a new instance of the CodeFlow class.
public CodeFlow ( ) : System
Résultat System

CodeFlow() public méthode

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. ///
Résultat System

CodeFlow() public méthode

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. ///
Résultat System

DeepClone() public méthode

Creates a deep copy of this instance.
public DeepClone ( ) : CodeFlow
Résultat CodeFlow

ValueEquals() public méthode

public ValueEquals ( CodeFlow other ) : bool
other CodeFlow
Résultat bool

ValueGetHashCode() public méthode

public ValueGetHashCode ( ) : int
Résultat int