C# Class Microsoft.CodeAnalysis.Sarif.Replacement

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 ( ) : Replacement

Creates a deep copy of this instance.

Replacement ( ) : System

Initializes a new instance of the Replacement class.

Replacement ( Replacement other ) : System

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

Replacement ( int offset, int deletedLength, string insertedBytes ) : System

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

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

Private Methods

Méthode Description
DeepCloneCore ( ) : ISarifNode
ISarifNode ( ) : ISarifNode
Init ( int offset, int deletedLength, string insertedBytes ) : void

Method Details

DeepClone() public méthode

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

Replacement() public méthode

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

Replacement() public méthode

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

Replacement() public méthode

Initializes a new instance of the Replacement class from the supplied values.
public Replacement ( int offset, int deletedLength, string insertedBytes ) : System
offset int /// An initialization value for the property. ///
deletedLength int /// An initialization value for the property. ///
insertedBytes string /// An initialization value for the property. ///
Résultat System

ValueEquals() public méthode

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

ValueGetHashCode() public méthode

public ValueGetHashCode ( ) : int
Résultat int