C# Class CSI.Interpreter.HashtableWithItemGetterHook

Inheritance: System.Collections.Hashtable
Show file Open project: keyword/CSharp-Interpreter-for-Unity-3D

Public Methods

Method Description
HashtableWithItemGetterHook ( Interpreter interpreter ) : System
this ( object key ) : object

Method Details

HashtableWithItemGetterHook() public method

public HashtableWithItemGetterHook ( Interpreter interpreter ) : System
interpreter Interpreter
return System

this() public method

public this ( object key ) : object
key object
return object