Add(TCommand, String) Method

Definition

Assembly XenoAtom.CommandLine.dll

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.