private object ResultOfGenericVersionOfMethod <T>(T instance, Type type, string name) { //todo do something with this... return(_methodProxyCalls.ResultOfGenericVersionOfMethod(instance, type, name)); }
public object Instance(Type type, GenerationTrace trace) { return(_methodProxyCalls .ResultOfGenericVersionOfMethod( SynchronizedThis, type, MethodBase.GetCurrentMethod().Name, trace)); }