NTP Analyzer  0.8.2
Analyze the operation of time servers
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Pages
Ntp.Common.IO.OptionContext Class Reference

Public Member Functions

 OptionContext (OptionSet set)
 

Properties

Option Option [get, set]
 
int OptionIndex [get, set]
 
string OptionName [get, set]
 
OptionSet OptionSet [get]
 
OptionValueCollection OptionValues [get]
 

Detailed Description

Definition at line 424 of file Options.cs.

Constructor & Destructor Documentation

Ntp.Common.IO.OptionContext.OptionContext ( OptionSet  set)
inline

Definition at line 426 of file Options.cs.

427  {
428  OptionSet = set;
429  OptionValues = new OptionValueCollection(this);
430  }
OptionValueCollection OptionValues
Definition: Options.cs:440

Property Documentation

int Ntp.Common.IO.OptionContext.OptionIndex
getset

Definition at line 436 of file Options.cs.

OptionSet Ntp.Common.IO.OptionContext.OptionSet
get

Definition at line 438 of file Options.cs.

Referenced by Ntp.Common.IO.Option.Parse< T >().


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