Saturday, 23 July 2016

How can I convert var to list?

Hey! I really need some help.I have a function for generating combinations. Here it is public static IEnumerable> GetKCombs(IEnumerable list, int length) where T : IComparable { if (length == 1) return list.Select(t => new T[] { t }); ...

from CodeProject Latest Questions http://ift.tt/2alkejt
via https://ifttt.com/ IFTTT

No comments:

Post a Comment