0
Random number of items from a Generic List extension method
Posted by Tim on June 13, 2010 in .NET Framework, C#
Here is a code snippet for returning N number of items from a generic list using a extension method. This requires .NET 3.5. public static class Extensions { /// <summary> /// method for returning N number of random items from a generic list [...]


