コード例 #1
0
 internal InstanceProxy(ServiceChannel channel, List <MethodInfo> methods, InvokeMethodDelegate invokeMethod)
 {
     Channel      = channel;
     Methods      = methods;
     InvokeMethod = invokeMethod;
 }