CSI.Interpreter.HashtableWithItemGetterHook.HashtableWithItemGetterHook C# (CSharp) Méthode

HashtableWithItemGetterHook() public méthode

public HashtableWithItemGetterHook ( Interpreter interpreter ) : System
interpreter Interpreter
Résultat System
            public HashtableWithItemGetterHook(Interpreter interpreter)
            {
                this.interpreter = interpreter;
            }
Interpreter.HashtableWithItemGetterHook