Example #1
0
 public bool Expects(Object obj, Preposition.Off off)
 {
     return(Redirect <SwitchOff>(obj, v => v.Expects(obj, off)));
 }
Example #2
0
 public bool Expects(Object obj, Preposition.Off off)
 {
     return(Off(obj));
 }