Mono.Options
Option
GetNames
Mono.Options.Option.GetNames Method
Retrieves all name aliases that make up
Option.Prototype
.
Syntax
public
string
[]
GetNames
()
Returns
A
string
array containing all name aliases for this
Mono.Options.Option
instance.
Remarks
The returned option names will not contain any
Mono.Options.OptionValueType
specifier that may be within
Option.Prototype
. If
Option.Prototype
is
a=|b=|c=
, the array returned will contain
a
,
b
, and
c
.
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