AGS.Plugin.Lua.LuaCodeDom.LuaExpression.GetType C# (CSharp) Method

GetType() public method

public GetType ( ) : LuaValueType
return LuaValueType
        public virtual LuaValueType GetType()
        {
            return _type;
        }