Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)
See Also: Inherited members from object.
⊟ Protected Constructors
⊟ Public Properties
[read-only] Description string . Documentation for this section has not yet been entered. [read-only] MaxValueCount int . Documentation for this section has not yet been entered. [read-only] OptionValueType NDesk.Options.OptionValueType . Documentation for this section has not yet been entered. [read-only] Prototype string . Documentation for this section has not yet been entered. ⊟ Public Methods
GetNames () : string[] Documentation for this section has not yet been entered.GetValueSeparators () : string[] Documentation for this section has not yet been entered.Invoke (NDesk.Options.OptionContext) Documentation for this section has not yet been entered. overrideToString () : string Documentation for this section has not yet been entered.⊟ Protected Methods
abstractOnParseComplete (NDesk.Options.OptionContext) Documentation for this section has not yet been entered. staticParse<T> (string, NDesk.Options.OptionContext) : T Documentation for this section has not yet been entered.
⊟ Option Constructor
Documentation for this section has not yet been entered.
⊟ Parameters
- prototype
- Documentation for this section has not yet been entered.
- description
- Documentation for this section has not yet been entered.
⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)
⊟ Option Constructor
Documentation for this section has not yet been entered.
⊟ Parameters
- prototype
- Documentation for this section has not yet been entered.
- description
- Documentation for this section has not yet been entered.
- maxValueCount
- Documentation for this section has not yet been entered.
⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)
⊟ Description Property
Documentation for this section has not yet been entered.
public string Description { get; }⊟ Value
Documentation for this section has not yet been entered.⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)
⊟ GetNames Method
Documentation for this section has not yet been entered.
public string[] GetNames ()⊟ Returns
Documentation for this section has not yet been entered.⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)
⊟ GetValueSeparators Method
Documentation for this section has not yet been entered.
public string[] GetValueSeparators ()⊟ Returns
Documentation for this section has not yet been entered.⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)
⊟ Invoke Method
Documentation for this section has not yet been entered.
public void Invoke (OptionContext c)⊟ Parameters
- c
- Documentation for this section has not yet been entered.
⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)
⊟ MaxValueCount Property
Documentation for this section has not yet been entered.
public int MaxValueCount { get; }⊟ Value
Documentation for this section has not yet been entered.⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)
⊟ OnParseComplete Method
Documentation for this section has not yet been entered.
protected abstract void OnParseComplete (OptionContext c)⊟ Parameters
- c
- Documentation for this section has not yet been entered.
⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)
⊟ OptionValueType Property
Documentation for this section has not yet been entered.
public OptionValueType OptionValueType { get; }⊟ Value
Documentation for this section has not yet been entered.⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)
⊟ Parse<T> Generic Method
Documentation for this section has not yet been entered.
protected static T Parse<T> (string value, OptionContext c)⊟ Type Parameters
- T
- Documentation for this section has not yet been entered.
⊟ Parameters
- value
- Documentation for this section has not yet been entered.
- c
- Documentation for this section has not yet been entered.
⊟ Returns
Documentation for this section has not yet been entered.⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)
⊟ Prototype Property
Documentation for this section has not yet been entered.
public string Prototype { get; }⊟ Value
Documentation for this section has not yet been entered.⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)
⊟ ToString Method
Documentation for this section has not yet been entered.
public override string ToString ()⊟ Returns
Documentation for this section has not yet been entered.⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)