示例#1
0
 public T cast <T>() where T : class
 {
     return(LuaObject.delegateCast(this, typeof(T)) as T);
 }