コード例 #1
0
 private object ResultOfGenericVersionOfMethod <T>(T instance, Type type, string name)
 {
     //todo do something with this...
     return(_methodProxyCalls.ResultOfGenericVersionOfMethod(instance, type, name));
 }
コード例 #2
0
ファイル: AllGenerator.cs プロジェクト: tchrikch/any
 public object Instance(Type type, GenerationTrace trace)
 {
     return(_methodProxyCalls
            .ResultOfGenericVersionOfMethod(
                SynchronizedThis, type, MethodBase.GetCurrentMethod().Name, trace));
 }