메소드 | 설명 | |
---|---|---|
OperMessage ( ) : System.Text.RegularExpressions |
Initialises a new instance of the OperMessage class.
|
|
OperMessage ( string user, string password ) : System.Text.RegularExpressions |
Initialises a new instance of the OperMessage class.
|
|
TryParse ( string input ) : |
Attempts to parse the input specified by the user into the Message.
|
public OperMessage ( ) : System.Text.RegularExpressions | ||
리턴 | System.Text.RegularExpressions |
public OperMessage ( string user, string password ) : System.Text.RegularExpressions | ||
user | string | The username. |
password | string | The password. |
리턴 | System.Text.RegularExpressions |
public TryParse ( string input ) : |
||
input | string | The input from the user. |
리턴 |