C# 클래스 Erlang.NET.OtpErlangTuple

상속: OtpErlangObject
파일 보기 프로젝트 열기: takayuki/Erlang.NET 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
doHashCode ( ) : int

메소드 상세

Clone() 공개 메소드

public Clone ( ) : Object
리턴 Object

Equals() 공개 메소드

public Equals ( Object o ) : bool
o Object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

OtpErlangTuple() 공개 메소드

public OtpErlangTuple ( OtpErlangObject elem ) : System
elem OtpErlangObject
리턴 System

OtpErlangTuple() 공개 메소드

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

OtpErlangTuple() 공개 메소드

public OtpErlangTuple ( OtpInputStream buf ) : System
buf OtpInputStream
리턴 System

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

arity() 공개 메소드

public arity ( ) : int
리턴 int

doHashCode() 보호된 메소드

protected doHashCode ( ) : int
리턴 int

elementAt() 공개 메소드

public elementAt ( int i ) : OtpErlangObject
i int
리턴 OtpErlangObject

elements() 공개 메소드

public elements ( ) : Erlang.NET.OtpErlangObject[]
리턴 Erlang.NET.OtpErlangObject[]

encode() 공개 메소드

public encode ( OtpOutputStream buf ) : void
buf OtpOutputStream
리턴 void