Beispiel #1
0
            public ReduceDynamic(Lua lua, LuaStackTraceDebugger debug, TypeBuilder type)
            {
                this.lua   = lua ?? throw new ArgumentNullException(nameof(lua));
                this.debug = debug ?? throw new ArgumentNullException(nameof(debug));
                this.type  = type ?? throw new ArgumentNullException(nameof(type));

                this.fields = new Dictionary <object, FieldDefine>(this);
            }             // ctor
Beispiel #2
0
            public ReduceDynamic(Lua lua, LuaStackTraceDebugger debug, TypeBuilder type)
            {
                this.lua   = lua;
                this.debug = debug;
                this.type  = type;

                this.fields = new Dictionary <object, FieldDefine>(this);
            }             // ctor