메소드 | 설명 | |
---|---|---|
InviteMessage ( ) : System |
Initialises a new instance of the InviteMessage class.
|
|
InviteMessage ( string nickName, string channel ) : System |
Initialises a new instance of the InviteMessage class.
|
|
TryParse ( string input ) : |
Attempts to parse the input specified by the user into the Message.
|
public InviteMessage ( string nickName, string channel ) : System | ||
nickName | string | The nick name of the user to invite. |
channel | string | The channel to invite the user to. |
리턴 | System |
public TryParse ( string input ) : |
||
input | string | The input from the user. |
리턴 |