Extensions..::..Shuffle<(Of <(<'T>)>)> Method (IList<(Of <(<'T>)>)>)
Shuffles the specified list.
Namespace:
robotManager.HelpfulAssembly: robotManager (in robotManager.dll)
Syntax
public static void Shuffle<T>( this IList<T> list )
<ExtensionAttribute> _ Public Shared Sub Shuffle(Of T) ( _ list As IList(Of T) _ )
[ExtensionAttribute] public: generic<typename T> static void Shuffle( IList<T>^ list )
Type Parameters
- T
Parameters
- list
- Type: IList<(Of <(<'T>)>)>
The list.