Interface ISourceFile
Interface for objects that have a source file.
public interface ISourceFile
- Extension Methods
Properties
SourceFile
Gets or sets the source file path.
string SourceFile { get; set; }
Interface for objects that have a source file.
public interface ISourceFile
Gets or sets the source file path.
string SourceFile { get; set; }