Méthode | Description | |
---|---|---|
PongMessage ( ) : System.Text.RegularExpressions |
Initialises a new instance of the PongMessage class.
|
|
PongMessage ( string daemon ) : System.Text.RegularExpressions |
Initialises a new instance of the PongMessage class.
|
|
TryParse ( string input ) : |
Attempts to parse the input specified by the user into the Message.
|
public PongMessage ( ) : System.Text.RegularExpressions | ||
Résultat | System.Text.RegularExpressions |
public PongMessage ( string daemon ) : System.Text.RegularExpressions | ||
daemon | string | The daemon to use. |
Résultat | System.Text.RegularExpressions |
public TryParse ( string input ) : |
||
input | string | The input from the user. |
Résultat |