IEnumerable<string> dnfItems = new List<string> { "Dot", "Net", "Funda" };int dnfCount = dnfItems.Count();
Login to post response