Click or drag to resize

CommandBase Constructor (String)

Initializes a new instance of the CommandBase class.

Namespace:  SD.Tools.Algorithmia.Commands
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.3.0 (1.3.18.0209)
Syntax
protected CommandBase(
	string description
)

Parameters

description
Type: SystemString
The description.
See Also