コード例 #1
0
 public static bool IsNotPassive(this Journey journey)
 {
     return(!journey.IsPassive());
 }