C# 클래스 Otp.Erlang.String

상속: Erlang.Object
파일 보기 프로젝트 열기: gebi/jungerl 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( System o ) : bool
GetHashCode ( ) : int
String ( OtpInputStream buf ) : System
String ( System str ) : System
ToString ( ) : System.String
encode ( OtpOutputStream buf ) : void
stringValue ( ) : System.String

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

String() 공개 메소드

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

String() 공개 메소드

public String ( System str ) : System
str System
리턴 System

ToString() 공개 메소드

public ToString ( ) : System.String
리턴 System.String

encode() 공개 메소드

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

stringValue() 공개 메소드

public stringValue ( ) : System.String
리턴 System.String