OptionCollection.Item

OptionCollection indexer

Gets the OptionElement at the specified index.

public OptionElement this[int index] { get; }
ParameterDescription
indexThe index.

Return Value

The OptionElement.

See Also