Method | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
ToString ( ) : string |
Returns a
|
|
ToString ( int indent, int nameColumnWidth, int descriptionColumnWidth ) : string |
Returns a formatted string describing this option and its aliases.
|
Method | Description | |
---|---|---|
OptionInfo ( |
Initializes a new instance of the OptionInfo class.
|
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 |