CSI.Interpreter.HashtableWithItemGetterHook.HashtableWithItemGetterHook C# (CSharp) Method

HashtableWithItemGetterHook() public method

public HashtableWithItemGetterHook ( Interpreter interpreter ) : System
interpreter Interpreter
return System
            public HashtableWithItemGetterHook(Interpreter interpreter)
            {
                this.interpreter = interpreter;
            }
Interpreter.HashtableWithItemGetterHook