[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Shuffles the list.
Namespace: net.esper.compat
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Sub Shuffle(Of T) ( _ list As IList(Of T) _ ) |
C# |
---|
public static void Shuffle<T> ( IList<T> list ) |
Visual C++ |
---|
public: generic<typename T> static void Shuffle ( IList<T>^ list ) |
Parameters
Type Parameters
- T