C# Class Microsoft.CodeAnalysis.Sarif.LogicalLocation

Inheritance: 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
DeepClone ( ) : LogicalLocation

Creates a deep copy of this instance.

LogicalLocation ( ) : System

Initializes a new instance of the LogicalLocation class.

LogicalLocation ( LogicalLocation other ) : System

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

LogicalLocation ( string name, string parentKey, string kind ) : System

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

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

Private Methods

Méthode Description
DeepCloneCore ( ) : ISarifNode
ISarifNode ( ) : ISarifNode
Init ( string name, string parentKey, string kind ) : void

Method Details

DeepClone() public méthode

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

LogicalLocation() public méthode

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

LogicalLocation() public méthode

Initializes a new instance of the LogicalLocation class from the specified instance.
/// Thrown if is null. ///
public LogicalLocation ( LogicalLocation other ) : System
other LogicalLocation /// The instance from which the new instance is to be initialized. ///
Résultat System

LogicalLocation() public méthode

Initializes a new instance of the LogicalLocation class from the supplied values.
public LogicalLocation ( string name, string parentKey, string kind ) : System
name string /// An initialization value for the property. ///
parentKey string /// An initialization value for the property. ///
kind string /// An initialization value for the property. ///
Résultat System

ValueEquals() public méthode

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

ValueGetHashCode() public méthode

public ValueGetHashCode ( ) : int
Résultat int