C# Class Otp.Erlang.List

Inheritance: Erlang.Object
显示文件 Open project: bmizerany/jungerl Class Usage Examples

Public Methods

Method 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 method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

List() public method

public List ( ) : System
return System

List() public method

public List ( Object elem ) : System
elem Object
return System

List() public method

public List ( Object elems, int start, int count ) : System
elems Object
start int
count int
return System

List() public method

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

List() public method

public List ( System str ) : System
str System
return System

ToString() public method

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

arity() public method

public arity ( ) : int
return int

clone() public method

public clone ( ) : Object
return System.Object

elementAt() public method

public elementAt ( int i ) : Object
i int
return Object

elements() public method

public elements ( ) : Object[]
return Object[]

encode() public method

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