C# Class CSScheme.Pair

Inheritance: SchemeUtils
显示文件 Open project: jackpal/Dandy-Dungeon Class Usage Examples

Public Properties

Property Type Description
first Object
rest Object

Public Methods

Method Description
Pair ( Object first, Object rest ) : System
equals ( Object x ) : bool
stringifyPair ( bool quoted, StringBuilder buf ) : void
toString ( ) : String

Method Details

Pair() public method

public Pair ( Object first, Object rest ) : System
first Object
rest Object
return System

equals() public method

public equals ( Object x ) : bool
x Object
return bool

stringifyPair() public method

public stringifyPair ( bool quoted, StringBuilder buf ) : void
quoted bool
buf StringBuilder
return void

toString() public method

public toString ( ) : String
return String

Property Details

first public_oe property

public Object first
return Object

rest public_oe property

public Object rest
return Object