OptionCollection.get

get(int)

Gets option by index.

public Option get(int index)
ParameterTypeDescription
indexInt32Option index. Index should be in range [1..n] where n is options count.

Return Value

Retreived option.

See Also


get(string)

Gets option from colleciton by option name.

public Option get(string name)
ParameterTypeDescription
nameStringOption name.

Return Value

Retreived option.

See Also