Exemple #1
0
 protected static bool AdjustsForSpeed(ISpeedBaseOption option)
 {
     return(option.AdjustsForSpeed);
 }
Exemple #2
0
 protected static bool AdjustsForAgeSpan(ISpeedBaseOption option)
 {
     return(option.AdjustsForAgeSpan);
 }