private static string GetHybridName(Lifestyle lifestyle) => HybridLifestyle.GetHybridName(lifestyle);
コード例 #2
0
 private static string GetHybridName(Lifestyle lifestyle)
 {
     return(HybridLifestyle.GetHybridName(lifestyle));
 }