コード例 #1
0
 public static bool IsLongitudinal(this LayerReinforcement reinforcement)
 {
     return(reinforcement.IsNull() ? false : true);
 }