UtilityExtensionsΒΆ
-
class
UtilityExtensions: System.Object These utility extension methods don’t belong anywhere else.
-
public void
Shuffle<T>(System.Collections.Generic.IList<T> list) Shuffles the specified list in-place.
Type Parameters: - T –
Parameters: - list (System.Collections.Generic.IList<T>) – The list to shuffle.
-
public void