C# Class Microsoft.CodeAnalysis.Sarif.FileChange

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

Method Description
DeepCloneCore ( ) : ISarifNode
ISarifNode ( ) : ISarifNode
Init ( Uri uri, string uriBaseId, IEnumerable replacements ) : void

Method Details

DeepClone() public method

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

FileChange() public method

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

FileChange() public method

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

FileChange() public method

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

ValueEquals() public method

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

ValueGetHashCode() public method

public ValueGetHashCode ( ) : int
return int