C# 클래스 Yaircc.Net.IRC.ParseResult

Represents the result of a parsing operation.
파일 보기 프로젝트 열기: rastating/yaircc 1 사용 예제들

공개 메소드들

메소드 설명
ParseResult ( bool success, string message )

Initialises a new instance of the ParseResult class.

메소드 상세

ParseResult() 공개 메소드

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.