Get() public method

public Get ( IntPtr L ) : int
L System.IntPtr
return int
 static int Get(IntPtr L)
 {
     try
     {
         LuaInterface.LuaProperty obj = (LuaInterface.LuaProperty)ToLua.CheckObject(L, 1, typeof(LuaInterface.LuaProperty));
         return(obj.Get(L));
     }
     catch (Exception e)
     {
         return(LuaDLL.toluaL_exception(L, e));
     }
 }