- item
- An Mono.Options.Option to return the key of.
A string containing the first alias returned by Option.GetNames.
This is to support the System.Collections.ObjectModel.KeyedCollection<string, Mono.Options.Option> infrastructure. System.Collections.ObjectModel.KeyedCollection<string, Mono.Options.Option> assumes only one key per item, so we arbitrarily choose the first item in the option alias list.