BadScript 2
Loading...
Searching...
No Matches
ReadText.Demo.TailOptions Class Reference
Inheritance diagram for ReadText.Demo.TailOptions:
ReadText.Demo.IOptions

Properties

uint? Lines [get, set]
 
uint? Bytes [get, set]
 
bool Quiet [get, set]
 
string FileName [get, set]
 
- Properties inherited from ReadText.Demo.IOptions

Detailed Description

Definition at line 55 of file Options.cs.

Property Documentation

◆ Bytes

uint? ReadText.Demo.TailOptions.Bytes
getset

Implements ReadText.Demo.IOptions.

Definition at line 59 of file Options.cs.

59{ get; set; }

◆ FileName

string ReadText.Demo.TailOptions.FileName
getset

Implements ReadText.Demo.IOptions.

Definition at line 63 of file Options.cs.

63{ get; set; }

◆ Lines

uint? ReadText.Demo.TailOptions.Lines
getset

Implements ReadText.Demo.IOptions.

Definition at line 57 of file Options.cs.

57{ get; set; }

◆ Quiet

bool ReadText.Demo.TailOptions.Quiet
getset

Implements ReadText.Demo.IOptions.

Definition at line 61 of file Options.cs.

61{ get; set; }

The documentation for this class was generated from the following file: