C# 클래스 CSScheme.Pair

상속: SchemeUtils
파일 보기 프로젝트 열기: jackpal/Dandy-Dungeon 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
first Object
rest Object

공개 메소드들

메소드 설명
Pair ( Object first, Object rest ) : System
equals ( Object x ) : bool
stringifyPair ( bool quoted, StringBuilder buf ) : void
toString ( ) : String

메소드 상세

Pair() 공개 메소드

public Pair ( Object first, Object rest ) : System
first Object
rest Object
리턴 System

equals() 공개 메소드

public equals ( Object x ) : bool
x Object
리턴 bool

stringifyPair() 공개 메소드

public stringifyPair ( bool quoted, StringBuilder buf ) : void
quoted bool
buf StringBuilder
리턴 void

toString() 공개 메소드

public toString ( ) : String
리턴 String

프로퍼티 상세

first 공개적으로 프로퍼티

public Object first
리턴 Object

rest 공개적으로 프로퍼티

public Object rest
리턴 Object