Documentation for the C# command-line option parsing library

OptionResult.Values Property

Get or set all the values given for this option

public System.Collections.ArrayList Values {get;}

Remarks

This property allows access to all the values of the option for use with MultValue type of options

See Also

OptionResult Class | CommandLine.OptParse Namespace | AddValue