Exemple #1
0
 public BinOpSig(PredefinedType pt1, PredefinedType pt2,
                 BinOpMask mask, int cbosSkip, PfnBindBinOp pfn, OpSigFlags grfos, BinOpFuncKind fnkind)
 {
     this.pt1      = pt1;
     this.pt2      = pt2;
     this.mask     = mask;
     this.cbosSkip = cbosSkip;
     this.pfn      = pfn;
     this.grfos    = grfos;
     this.fnkind   = fnkind;
 }
Exemple #2
0
 public BinOpSig(PredefinedType pt1, PredefinedType pt2,
     BinOpMask mask, int cbosSkip, PfnBindBinOp pfn, OpSigFlags grfos, BinOpFuncKind fnkind)
 {
     this.pt1 = pt1;
     this.pt2 = pt2;
     this.mask = mask;
     this.cbosSkip = cbosSkip;
     this.pfn = pfn;
     this.grfos = grfos;
     this.fnkind = fnkind;
 }