Esempio n. 1
0
 public override bool Test(Cylinder other)
 {
     // TODO
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public abstract bool Test(Cylinder other);
Esempio n. 3
0
 public override bool Test(Cylinder other)
 {
     // TODO
     throw new NotImplementedException();
 }
Esempio n. 4
0
 public abstract bool Test(Cylinder other);