Метод | Описание | |
---|---|---|
NoticeMessage ( ) : System.Text.RegularExpressions |
Initialises a new instance of the NoticeMessage class.
|
|
NoticeMessage ( string nickname, string message ) : System.Text.RegularExpressions |
Initialises a new instance of the NoticeMessage class.
|
|
TryParse ( string input ) : |
Attempts to parse the input specified by the user into the Message.
|
public NoticeMessage ( ) : System.Text.RegularExpressions | ||
Результат | System.Text.RegularExpressions |
public NoticeMessage ( string nickname, string message ) : System.Text.RegularExpressions | ||
nickname | string | The nick name of the user to send a notice to. |
message | string | The content of the notice. |
Результат | System.Text.RegularExpressions |
public TryParse ( string input ) : |
||
input | string | The input from the user. |
Результат |