Example #1
0
 public int this[int fake, bool pred]
 {
     get
     {
         return(parent.GetValue(stat, fake, pred));
     }
 }