Method | Description | |
---|---|---|
NamesMessage ( ) : System.Text.RegularExpressions |
Initialises a new instance of the NamesMessage class.
|
|
NamesMessage ( string channel ) : System.Text.RegularExpressions |
Initialises a new instance of the NamesMessage class.
|
|
TryParse ( string input ) : |
Attempts to parse the input specified by the user into the Message.
|
public NamesMessage ( ) : System.Text.RegularExpressions | ||
return | System.Text.RegularExpressions |
public NamesMessage ( string channel ) : System.Text.RegularExpressions | ||
channel | string | The channel to retrieve the names list from. |
return | System.Text.RegularExpressions |
public TryParse ( string input ) : |
||
input | string | The input from the user. |
return |