Expand description
Contains the CommandNoParameters and CommandTwoParameters implementations.
Structs
- Represents an operation that can be applied to a CommandTextObject with no additional parameters.
- Represents an operation that can be applied to a CommandTextObject that requires two additional parameters.
Type Definitions
- Alias for a function that takes no parameters other than a CommandTextObject.
- Alias for a function that takes two string parameters along with a CommandTextObject.