Click or drag to resize

ShuffleListShuffleT Method

Namespace:  DistributedFileSystem
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static IList<T> Shuffle<T>(
	IList<T> list
)

Parameters

list
Type: System.Collections.GenericIListT

Type Parameters

T

Return Value

Type: IListT
See Also