ShuffleList Shuffle T  Method NetworkComms.Net Help
Randomly shuffle list

Namespace: DistributedFileSystem
Assembly: DistributedFileSystem (in DistributedFileSystem.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public static IList<T> Shuffle<T>(
	IList<T> list
)

Parameters

list
Type: OnlineSystem.Collections.Generic IList T 
The list to shuffle
Type Parameters

T
The type of list

Return Value

Type: OnlineIList T 
The shuffled list
See Also