C# Class Microsoft.CodeAnalysis.Sarif.FileChange

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

Creates a deep copy of this instance.

FileChange ( ) : System

Initializes a new instance of the FileChange class.

FileChange ( FileChange other ) : System

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

FileChange ( Uri uri, string uriBaseId, IEnumerable replacements ) : System

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

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

Private Methods

Méthode Description
DeepCloneCore ( ) : ISarifNode
ISarifNode ( ) : ISarifNode
Init ( Uri uri, string uriBaseId, IEnumerable replacements ) : void

Method Details

DeepClone() public méthode

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

FileChange() public méthode

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

FileChange() public méthode

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

FileChange() public méthode

Initializes a new instance of the FileChange class from the supplied values.
public FileChange ( Uri uri, string uriBaseId, IEnumerable replacements ) : System
uri System.Uri /// An initialization value for the property. ///
uriBaseId string /// An initialization value for the property. ///
replacements IEnumerable /// An initialization value for the property. ///
Résultat System

ValueEquals() public méthode

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

ValueGetHashCode() public méthode

public ValueGetHashCode ( ) : int
Résultat int