C# 클래스 DelegateFactory, tolua

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

공개 프로퍼티들

프로퍼티 타입 설명
dict DelegateValue>.Dictionary

비공개 메소드들

메소드 설명
CreateDelegate ( Type t, LuaFunction func = null ) : Delegate
CreateDelegate ( Type t, LuaFunction func, LuaTable self ) : Delegate
DelegateFactory ( ) : System
Register ( ) : void
RemoveDelegate ( Delegate obj, Delegate dg ) : Delegate
RemoveDelegate ( Delegate obj, LuaFunction func ) : Delegate

프로퍼티 상세

dict 공개적으로 정적으로 프로퍼티

public static Dictionary dict
리턴 DelegateValue>.Dictionary