public object get(object key, object defaultValue) { return(DictionaryOps.get(this, key, defaultValue)); }
public object get(object key) { return(DictionaryOps.get(this, key)); }