Documentation de Dvp.Net. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/

[Ceci est une documentation préliminaire, sous réserve de modification.]

Mélange une liste

Namespace:  Developpez.Dotnet.Collections
Assembly:  Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static void Shuffle(
	this IList list,
	int depth
)
Visual Basic (Declaration)
<ExtensionAttribute> _
Public Shared Sub Shuffle ( _
	list As IList, _
	depth As Integer _
)
Visual C++
[ExtensionAttribute]
public:
static void Shuffle(
	IList^ list, 
	int depth
)

Parameters

list
Type: System.Collections..::.IList
La liste à mélanger
depth
Type: System..::.Int32
"Profondeur" du mélange (nombre de permutations)

See Also