Method | Description | |
---|---|---|
ParseResult ( bool success, string message ) |
Initialises a new instance of the ParseResult class.
|
public ParseResult ( bool success, string message ) | ||
success | bool | A value indicating whether or not the operation was successful. |
message | string | A summary of the operation. |