Method | Description | |
---|---|---|
GetOption ( string optionName ) : |
Gets the option with the specified name from this group.
|
|
ToString ( int indent, int nameColumnWidth, int descriptionColumnWidth ) : string |
Retrieves a formatted string describing this option group and its options, suitable for displaying to the user as a help message.
|
Method | Description | |
---|---|---|
OptionGroupInfo ( |
Initializes a new instance of the OptionGroupInfo class.
|
public GetOption ( string optionName ) : |
||
optionName | string | Name of the option. |
return |
public ToString ( int indent, int nameColumnWidth, int descriptionColumnWidth ) : string | ||
indent | int | The indentation to use. |
nameColumnWidth | int | Width of the name column. |
descriptionColumnWidth | int | Width of the description column. |
return | string |