2a2e3c0b-0e23-4992-bf19-66db2739e377true(localdb)\mssqllocaldbtempdbDapperMiniExcelNewtonsoft.JsonSystem.Data.SqlClientMiniExcelLibsNewtonsoft.JsonDapperSystem.DataSystem.DiagnosticsSystem.Linq.ExpressionsSystem.TextSystem.Text.RegularExpressionsSystem.ThreadingSystem.TransactionsSystem.XmlSystem.Xml.LinqSystem.Xml.XPath
void Main()
{
object d = new List() {1,2};
Console.WriteLine(d is IEnumerable); //True
Console.WriteLine(d is Enumerable); //False
Console.WriteLine(d is IEnumerable