if i have a class that contains a hashtable, is it possible to modify the class to access the hashtable members directly (eg. classname["value"]) instead of classname.hashtable["value"]?