Randomly shuffle list
Namespace: DistributedFileSystemAssembly: DistributedFileSystem (in DistributedFileSystem.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- list
- Type: System.Collections.Generic IList T
The list to shuffle
Type Parameters
- T
- The type of list
Return Value
Type: IList TThe shuffled list
See Also