C# Class IrcShark.Extensions.Terminal.CommandCall

The CommandCall class is used to parse a command from a text line to give easy access to its parameters.
Mostrar archivo Open project: hapm/IrcShark Class Usage Examples

Public Methods

Method Description
CommandCall ( string line ) : System

Initializes a new instance of the CommandCall class.

Method Details

CommandCall() public method

Initializes a new instance of the CommandCall class.
public CommandCall ( string line ) : System
line string The line to parse.
return System