C# Class Erlang.NET.OtpErlangTuple

Inheritance: OtpErlangObject
Exibir arquivo Open project: takayuki/Erlang.NET Class Usage Examples

Public Methods

Method Description
Clone ( ) : Object
Equals ( Object o ) : bool
GetHashCode ( ) : int
OtpErlangTuple ( OtpErlangObject elem ) : System
OtpErlangTuple ( OtpErlangObject elems, int start, int count ) : System
OtpErlangTuple ( OtpInputStream buf ) : System
ToString ( ) : String
arity ( ) : int
elementAt ( int i ) : OtpErlangObject
elements ( ) : Erlang.NET.OtpErlangObject[]
encode ( OtpOutputStream buf ) : void

Protected Methods

Method Description
doHashCode ( ) : int

Method Details

Clone() public method

public Clone ( ) : Object
return Object

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

OtpErlangTuple() public method

public OtpErlangTuple ( OtpErlangObject elem ) : System
elem OtpErlangObject
return System

OtpErlangTuple() public method

public OtpErlangTuple ( OtpErlangObject elems, int start, int count ) : System
elems OtpErlangObject
start int
count int
return System

OtpErlangTuple() public method

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

ToString() public method

public ToString ( ) : String
return String

arity() public method

public arity ( ) : int
return int

doHashCode() protected method

protected doHashCode ( ) : int
return int

elementAt() public method

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

elements() public method

public elements ( ) : Erlang.NET.OtpErlangObject[]
return Erlang.NET.OtpErlangObject[]

encode() public method

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