C# Class Fan.Sys.FanObj

Show file Open project: xored/f4 Class Usage Examples

Public Methods

Method Description
@typeof ( ) : Type
@typeof ( object self ) : Type
GetHashCode ( ) : int
ToString ( ) : string
compare ( object obj ) : long
compare ( object self, object x ) : long
echo ( ) : void
echo ( object obj ) : void
equals ( object self, object x ) : bool
hash ( ) : long
hash ( object self ) : long
isImmutable ( ) : bool
isImmutable ( object self ) : bool
toImmutable ( ) : object
toImmutable ( object self ) : object
toStr ( ) : string
toStr ( object self ) : string
trap ( object self, string name ) : object
trap ( object self, string name, List args ) : object
trap ( string name ) : object
trap ( string name, List args ) : object
with ( Func f ) : object
with ( object self, Func f ) : object

Private Methods

Method Description
doTrap ( object self, string name, List args, Type type ) : object

Method Details

@typeof() public method

public @typeof ( ) : Type
return Type

@typeof() public static method

public static @typeof ( object self ) : Type
self object
return Type

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

compare() public method

public compare ( object obj ) : long
obj object
return long

compare() public static method

public static compare ( object self, object x ) : long
self object
x object
return long

echo() public static method

public static echo ( ) : void
return void

echo() public static method

public static echo ( object obj ) : void
obj object
return void

equals() public static method

public static equals ( object self, object x ) : bool
self object
x object
return bool

hash() public method

public hash ( ) : long
return long

hash() public static method

public static hash ( object self ) : long
self object
return long

isImmutable() public method

public isImmutable ( ) : bool
return bool

isImmutable() public static method

public static isImmutable ( object self ) : bool
self object
return bool

toImmutable() public method

public toImmutable ( ) : object
return object

toImmutable() public static method

public static toImmutable ( object self ) : object
self object
return object

toStr() public method

public toStr ( ) : string
return string

toStr() public static method

public static toStr ( object self ) : string
self object
return string

trap() public static method

public static trap ( object self, string name ) : object
self object
name string
return object

trap() public static method

public static trap ( object self, string name, List args ) : object
self object
name string
args List
return object

trap() public method

public trap ( string name ) : object
name string
return object

trap() public method

public trap ( string name, List args ) : object
name string
args List
return object

with() public method

public with ( Func f ) : object
f Func
return object

with() public static method

public static with ( object self, Func f ) : object
self object
f Func
return object