Пример #1
0
 public abstract Ops opsWith(BigIntOps x);
Пример #2
0
 public override Ops opsWith(BigIntOps x)
 {
     return this;
 }
Пример #3
0
 public Ops opsWith(BigIntOps x)
 {
     return BIGINT_OPS;
 }