C# Class DelegateFactory, tolua

Show file Open project: topameng/tolua Class Usage Examples

Public Properties

Property Type Description
dict DelegateValue>.Dictionary

Private Methods

Method Description
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

Property Details

dict public static property

public static Dictionary dict
return DelegateValue>.Dictionary