C# Class CSScheme.Pair

Inheritance: SchemeUtils
Afficher le fichier Open project: jackpal/Dandy-Dungeon Class Usage Examples

Méthodes publiques

Свойство Type Description
first Object
rest Object

Méthodes publiques

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

Method Details

Pair() public méthode

public Pair ( Object first, Object rest ) : System
first Object
rest Object
Résultat System

equals() public méthode

public equals ( Object x ) : bool
x Object
Résultat bool

stringifyPair() public méthode

public stringifyPair ( bool quoted, StringBuilder buf ) : void
quoted bool
buf StringBuilder
Résultat void

toString() public méthode

public toString ( ) : String
Résultat String

Property Details

first public_oe property

public Object first
Résultat Object

rest public_oe property

public Object rest
Résultat Object