C# Class Otp.Erlang.Boolean

Inheritance: Erlang.Object
Mostrar archivo Open project: saleyn/otp.net

Public Methods

Method Description
Boolean ( OtpInputStream buf ) : System
Boolean ( bool t ) : System
Equals ( System o ) : bool
GetHashCode ( ) : int
ToString ( ) : System.String
booleanValue ( ) : bool
encode ( OtpOutputStream buf ) : void

Method Details

Boolean() public method

public Boolean ( OtpInputStream buf ) : System
buf OtpInputStream
return System

Boolean() public method

public Boolean ( bool t ) : System
t bool
return System

Equals() public method

public Equals ( System o ) : bool
o System
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : System.String
return System.String

booleanValue() public method

public booleanValue ( ) : bool
return bool

encode() public method

public encode ( OtpOutputStream buf ) : void
buf OtpOutputStream
return void