Example #1
0
 public int TestDerivedDummyClass(DerivedDummy x)
 {
     return x.random123();
 }
Example #2
0
 public double TestDerivedDummy(DerivedDummy x)
 {
     return x.random123();
 }