C# Class Fan.Sys.FanObj

Afficher le fichier Open project: xored/f4 Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
doTrap ( object self, string name, List args, Type type ) : object

Method Details

@typeof() public méthode

public @typeof ( ) : Type
Résultat Type

@typeof() public static méthode

public static @typeof ( object self ) : Type
self object
Résultat Type

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

compare() public méthode

public compare ( object obj ) : long
obj object
Résultat long

compare() public static méthode

public static compare ( object self, object x ) : long
self object
x object
Résultat long

echo() public static méthode

public static echo ( ) : void
Résultat void

echo() public static méthode

public static echo ( object obj ) : void
obj object
Résultat void

equals() public static méthode

public static equals ( object self, object x ) : bool
self object
x object
Résultat bool

hash() public méthode

public hash ( ) : long
Résultat long

hash() public static méthode

public static hash ( object self ) : long
self object
Résultat long

isImmutable() public méthode

public isImmutable ( ) : bool
Résultat bool

isImmutable() public static méthode

public static isImmutable ( object self ) : bool
self object
Résultat bool

toImmutable() public méthode

public toImmutable ( ) : object
Résultat object

toImmutable() public static méthode

public static toImmutable ( object self ) : object
self object
Résultat object

toStr() public méthode

public toStr ( ) : string
Résultat string

toStr() public static méthode

public static toStr ( object self ) : string
self object
Résultat string

trap() public static méthode

public static trap ( object self, string name ) : object
self object
name string
Résultat object

trap() public static méthode

public static trap ( object self, string name, List args ) : object
self object
name string
args List
Résultat object

trap() public méthode

public trap ( string name ) : object
name string
Résultat object

trap() public méthode

public trap ( string name, List args ) : object
name string
args List
Résultat object

with() public méthode

public with ( Func f ) : object
f Func
Résultat object

with() public static méthode

public static with ( object self, Func f ) : object
self object
f Func
Résultat object