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

Properties

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

Detailed Description

Definition at line 59 of file Options.cs.

Property Documentation

◆ Bytes

uint? ReadText.LocalizedDemo.TailOptions.Bytes
getset

Implements ReadText.LocalizedDemo.IOptions.

Definition at line 63 of file Options.cs.

63{ get; set; }

◆ FileName

string ReadText.LocalizedDemo.TailOptions.FileName
getset

Implements ReadText.LocalizedDemo.IOptions.

Definition at line 67 of file Options.cs.

67{ get; set; }

◆ Lines

uint? ReadText.LocalizedDemo.TailOptions.Lines
getset

Implements ReadText.LocalizedDemo.IOptions.

Definition at line 61 of file Options.cs.

61{ get; set; }

◆ Quiet

bool ReadText.LocalizedDemo.TailOptions.Quiet
getset

Implements ReadText.LocalizedDemo.IOptions.

Definition at line 65 of file Options.cs.

65{ get; set; }

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