C# Class Microsoft.CodeAnalysis.Sarif.Fix

Inheritance: ISarifNode
Mostra file Open project: Microsoft/sarif-sdk Class Usage Examples

Private Properties

Property Type Description
DeepCloneCore ISarifNode
ISarifNode ISarifNode
Init void

Public Methods

Method Description
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

Private Methods

Method Description
DeepCloneCore ( ) : ISarifNode
ISarifNode ( ) : ISarifNode
Init ( string description, IEnumerable fileChanges ) : void

Method Details

DeepClone() public method

Creates a deep copy of this instance.
public DeepClone ( ) : Fix
return Fix

Fix() public method

Initializes a new instance of the Fix class.
public Fix ( ) : System
return System

Fix() public method

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. ///
return System

Fix() public method

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. ///
return System

ValueEquals() public method

public ValueEquals ( Fix other ) : bool
other Fix
return bool

ValueGetHashCode() public method

public ValueGetHashCode ( ) : int
return int