C# Class Otp.Erlang.List

Inheritance: Erlang.Object
Afficher le fichier Open project: bmizerany/jungerl Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( System o ) : bool
GetHashCode ( ) : int
List ( ) : System
List ( Object elem ) : System
List ( Object elems, int start, int count ) : System
List ( OtpInputStream buf ) : System
List ( System str ) : System
ToString ( ) : System.String
arity ( ) : int
clone ( ) : Object
elementAt ( int i ) : Object
elements ( ) : Object[]
encode ( OtpOutputStream buf ) : void

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

List() public méthode

public List ( ) : System
Résultat System

List() public méthode

public List ( Object elem ) : System
elem Object
Résultat System

List() public méthode

public List ( Object elems, int start, int count ) : System
elems Object
start int
count int
Résultat System

List() public méthode

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

List() public méthode

public List ( System str ) : System
str System
Résultat System

ToString() public méthode

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

arity() public méthode

public arity ( ) : int
Résultat int

clone() public méthode

public clone ( ) : Object
Résultat System.Object

elementAt() public méthode

public elementAt ( int i ) : Object
i int
Résultat Object

elements() public méthode

public elements ( ) : Object[]
Résultat Object[]

encode() public méthode

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