Mono.Options.Option.Prototype Property
The Mono.Options.Option prototype, containing option name aliases and the option value requirements.

Syntax

public string Prototype { get; }

Value

A string containing the prototype of this Mono.Options.Option instance.

Remarks

The prototype contains a |-separated list of all option name aliases and a value specifier of = for required values and : for optional values; if neither = nor : is present, no value is taken.

If a value specifier is present, then a value separator list may also be present after the value specifier.

Requirements

Namespace: Mono.Options
Assembly: Mono.Options (in Mono.Options.dll)
Assembly Versions: 0.2.0.0, 0.2.1.0, 0.2.2.0, 0.2.3.0