Exemplo n.º 1
0
 void AssertBestType(BestType expected, params object[] values) =>
 Assert.AreEqual(expected, DetermineBestTypes(values));
 public static string GetTypeRef(BestType bestType) => bestType switch
 {