BadScript 2
Loading...
Searching...
No Matches
ReadText.Demo.IOptions Interface Reference
Inheritance diagram for ReadText.Demo.IOptions:
ReadText.Demo.HeadOptions ReadText.Demo.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.Demo.IOptions.Bytes
getset

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

Definition at line 18 of file Options.cs.

18{ get; set; }

◆ FileName

string ReadText.Demo.IOptions.FileName
getset

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

Definition at line 27 of file Options.cs.

27{ get; set; }

◆ Lines

uint? ReadText.Demo.IOptions.Lines
getset

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

Definition at line 13 of file Options.cs.

13{ get; set; }

◆ Quiet

bool ReadText.Demo.IOptions.Quiet
getset

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

Definition at line 22 of file Options.cs.

22{ get; set; }

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