C# 클래스 GELibrary.Result

파일 보기 프로젝트 열기: bvierra/GnomoriaEnhanced

공개 메소드들

메소드 설명
Result ( ) : System

Default constructor, success = true, ErrorMessage = ""

Result ( bool pSuccess, String pErrorMessage ) : System

Complete constructor, useful to create and return a result in one instruction.

메소드 상세

Result() 공개 메소드

Default constructor, success = true, ErrorMessage = ""
public Result ( ) : System
리턴 System

Result() 공개 메소드

Complete constructor, useful to create and return a result in one instruction.
public Result ( bool pSuccess, String pErrorMessage ) : System
pSuccess bool
pErrorMessage String
리턴 System