public AphidObject TryResolve( AphidObject scope, AphidObject obj, string key, bool isAphidType, bool isCtor, bool isDynamic, bool returnRef ) { AphidObject result = TypeExtender.TryResolve(scope, obj, key, isAphidType, isCtor, isDynamic, returnRef); return(result); // TODO: add assertions to method TypeExtenderTest.TryResolve(AphidObject, AphidObject, String, Boolean, Boolean, Boolean, Boolean) }