C# Class Otp.Erlang.Boolean

Inheritance: Erlang.Object
Afficher le fichier Open project: saleyn/otp.net

Méthodes publiques

Méthode 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 méthode

public Boolean ( OtpInputStream buf ) : System
buf OtpInputStream
Résultat System

Boolean() public méthode

public Boolean ( bool t ) : System
t bool
Résultat System

Equals() public méthode

public Equals ( System o ) : bool
o System
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : System.String
Résultat System.String

booleanValue() public méthode

public booleanValue ( ) : bool
Résultat bool

encode() public méthode

public encode ( OtpOutputStream buf ) : void
buf OtpOutputStream
Résultat void