public MethodData(System.Reflection.MethodBase methodBase, System.ServiceModel.Channels.ServiceChannelProxy.MethodType methodType) : this(methodBase, methodType, null)
 {
 }
 public MethodData(System.Reflection.MethodBase methodBase, System.ServiceModel.Channels.ServiceChannelProxy.MethodType methodType, ProxyOperationRuntime operation)
 {
     this.methodBase = methodBase;
     this.methodType = methodType;
     this.operation  = operation;
 }
 public MethodData(System.Reflection.MethodBase methodBase, System.ServiceModel.Channels.ServiceChannelProxy.MethodType methodType, ProxyOperationRuntime operation)
 {
     this.methodBase = methodBase;
     this.methodType = methodType;
     this.operation = operation;
 }