C# Class Newmoon.Pair

Inheritance: List, IEnumerable
Mostra file Open project: tonyg/newmoon Class Usage Examples

Protected Properties

Property Type Description
car Object
cdr Object

Public Methods

Method Description
Equals ( object o ) : bool
GetEnumerator ( ) : IEnumerator
GetHashCode ( ) : int
Pair ( ) : System
Pair ( Object a, Object d ) : System
ToString ( ) : string
xcons ( Object d, Object a ) : Pair

Private Methods

Method Description
StringFor ( object o ) : string

Method Details

Equals() public method

public Equals ( object o ) : bool
o object
return bool

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

GetHashCode() public method

public GetHashCode ( ) : int
return int

Pair() public method

public Pair ( ) : System
return System

Pair() public method

public Pair ( Object a, Object d ) : System
a Object
d Object
return System

ToString() public method

public ToString ( ) : string
return string

xcons() public static method

public static xcons ( Object d, Object a ) : Pair
d Object
a Object
return Pair

Property Details

car protected_oe property

protected Object car
return Object

cdr protected_oe property

protected Object cdr
return Object