Class LineReadEventArgs
public sealed class LineReadEventArgs : EventArgs
- Inheritance
-
LineReadEventArgs
- Inherited Members
- Extension Methods
Constructors
LineReadEventArgs(string)
public LineReadEventArgs(string line)
Parameters
line
string
Properties
Line
public string Line { get; }