-
Home
-
API
-
XenoAtom.CommandLine
-
CommandExtensions
-
Methods
-
Add(TCommand, String)
Add(TCommand, String) Method
Definition
Adds a text to the command.
public static TCommand Add<TCommand>(this TCommand command, string text)
where TCommand : CommandContainer
Type parameters
- TCommand
- Type of the command container.
Parameters
- command
- {TCommand}
The command to add the action to.
- text
- String
The text to add to this container.
Returns
- {TCommand}
- The command container.