Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Randomize the order of the elements within the passed list.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public static IList Randomize(
	IList list
)

Parameters

list
Type: System.Collections..::.IList
The list to randomize; the passed list is not altered.

Return Value

A new and immutable List whose contents are identical to those of the passed list except for the order in which they appear.

See Also