public ComPlusDispatchMethodSchema(
     string name,
     List <System.ServiceModel.ComIntegration.DispatchProxy.ParamInfo> paramList,
     System.ServiceModel.ComIntegration.DispatchProxy.ParamInfo returnValue
     )
 {
     this.name        = name;
     this.paramList   = paramList;
     this.returnValue = returnValue;
 }
 public ComPlusDispatchMethodSchema(
     string name,
     List<System.ServiceModel.ComIntegration.DispatchProxy.ParamInfo> paramList,
     System.ServiceModel.ComIntegration.DispatchProxy.ParamInfo returnValue
     )
 {
     this.name = name;
     this.paramList = paramList;
     this.returnValue = returnValue;
 }