Option(String, String?, Int32, Boolean) Constructor

Definition

Assembly XenoAtom.CommandLine.dll

Creates a new instance of this class.

protected Option(string prototype, string? description, int maxValueCount, bool hidden)

Parameters

prototype
String

The prototype of this option. E.g "t|test".

description
String

The description of this option

maxValueCount
Int32

The maximum number of accepted values

hidden
Boolean

A boolean indicating if this option is hidden