C# 클래스 Otp.Erlang.Boolean

상속: Erlang.Object
파일 보기 프로젝트 열기: saleyn/otp.net

공개 메소드들

메소드 설명
Boolean ( OtpInputStream buf ) : System
Boolean ( bool t ) : System
Equals ( System o ) : bool
GetHashCode ( ) : int
ToString ( ) : System.String
booleanValue ( ) : bool
encode ( OtpOutputStream buf ) : void

메소드 상세

Boolean() 공개 메소드

public Boolean ( OtpInputStream buf ) : System
buf OtpInputStream
리턴 System

Boolean() 공개 메소드

public Boolean ( bool t ) : System
t bool
리턴 System

Equals() 공개 메소드

public Equals ( System o ) : bool
o System
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : System.String
리턴 System.String

booleanValue() 공개 메소드

public booleanValue ( ) : bool
리턴 bool

encode() 공개 메소드

public encode ( OtpOutputStream buf ) : void
buf OtpOutputStream
리턴 void