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

Properties

uint? Lines [get, set]
 
uint? Bytes [get, set]
 
bool Quiet [get, set]
 
string FileName [get, set]
 

Detailed Description

Definition at line 7 of file Options.cs.

Property Documentation

◆ Bytes

uint? ReadText.LocalizedDemo.IOptions.Bytes
getset

Implemented in ReadText.LocalizedDemo.HeadOptions, and ReadText.LocalizedDemo.TailOptions.

Definition at line 20 of file Options.cs.

20{ get; set; }

◆ FileName

string ReadText.LocalizedDemo.IOptions.FileName
getset

Implemented in ReadText.LocalizedDemo.HeadOptions, and ReadText.LocalizedDemo.TailOptions.

Definition at line 31 of file Options.cs.

31{ get; set; }

◆ Lines

uint? ReadText.LocalizedDemo.IOptions.Lines
getset

Implemented in ReadText.LocalizedDemo.HeadOptions, and ReadText.LocalizedDemo.TailOptions.

Definition at line 14 of file Options.cs.

14{ get; set; }

◆ Quiet

bool ReadText.LocalizedDemo.IOptions.Quiet
getset

Implemented in ReadText.LocalizedDemo.HeadOptions, and ReadText.LocalizedDemo.TailOptions.

Definition at line 25 of file Options.cs.

25{ get; set; }

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