コード例 #1
0
 void AssertBestType(BestType expected, params object[] values) =>
 Assert.AreEqual(expected, DetermineBestTypes(values));
コード例 #2
0
 public static string GetTypeRef(BestType bestType) => bestType switch
 {