More Cleanup from Code Analysis
This commit is contained in:
@@ -126,7 +126,6 @@ namespace System.Collections.Generic
|
||||
list = listCopy;
|
||||
}
|
||||
|
||||
|
||||
public static T SelectRandom<T>(this IEnumerable<T> source)
|
||||
{
|
||||
return source.SelectRandom(1).Single();
|
||||
|
||||
Reference in New Issue
Block a user