C# 클래스 Fan.Sys.FanObj

파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 메소드들

메소드 설명
@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

비공개 메소드들

메소드 설명
doTrap ( object self, string name, List args, Type type ) : object

메소드 상세

@typeof() 공개 메소드

public @typeof ( ) : Type
리턴 Type

@typeof() 공개 정적인 메소드

public static @typeof ( object self ) : Type
self object
리턴 Type

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

compare() 공개 메소드

public compare ( object obj ) : long
obj object
리턴 long

compare() 공개 정적인 메소드

public static compare ( object self, object x ) : long
self object
x object
리턴 long

echo() 공개 정적인 메소드

public static echo ( ) : void
리턴 void

echo() 공개 정적인 메소드

public static echo ( object obj ) : void
obj object
리턴 void

equals() 공개 정적인 메소드

public static equals ( object self, object x ) : bool
self object
x object
리턴 bool

hash() 공개 메소드

public hash ( ) : long
리턴 long

hash() 공개 정적인 메소드

public static hash ( object self ) : long
self object
리턴 long

isImmutable() 공개 메소드

public isImmutable ( ) : bool
리턴 bool

isImmutable() 공개 정적인 메소드

public static isImmutable ( object self ) : bool
self object
리턴 bool

toImmutable() 공개 메소드

public toImmutable ( ) : object
리턴 object

toImmutable() 공개 정적인 메소드

public static toImmutable ( object self ) : object
self object
리턴 object

toStr() 공개 메소드

public toStr ( ) : string
리턴 string

toStr() 공개 정적인 메소드

public static toStr ( object self ) : string
self object
리턴 string

trap() 공개 정적인 메소드

public static trap ( object self, string name ) : object
self object
name string
리턴 object

trap() 공개 정적인 메소드

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

trap() 공개 메소드

public trap ( string name ) : object
name string
리턴 object

trap() 공개 메소드

public trap ( string name, List args ) : object
name string
args List
리턴 object

with() 공개 메소드

public with ( Func f ) : object
f Func
리턴 object

with() 공개 정적인 메소드

public static with ( object self, Func f ) : object
self object
f Func
리턴 object