C# Class Yaircc.Net.IRC.ParseResult

Represents the result of a parsing operation.
Show file Open project: rastating/yaircc Class Usage Examples

Public Methods

Method Description
ParseResult ( bool success, string message )

Initialises a new instance of the ParseResult class.

Method Details

ParseResult() public method

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.