コード例 #1
0
 public static string MaxVersion(string firstVersion, string secondVersion) => Ids.ElementAt(Math.Max(Ids.IndexOf(secondVersion), Ids.IndexOf(firstVersion)));