Interface IFileLine
Interface of file line.
public interface IFileLine
- Extension Methods
Properties
FilePath
File path.
string FilePath { get; }
Property Value
Line
The line.
string Line { get; }
Interface of file line.
public interface IFileLine
File path.
string FilePath { get; }
The line.
string Line { get; }