AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

ListExtension..::..Randomize<(Of <(<'T>)>)> Method

Randomizes the specified source.

Namespace:  AdvantageCMS.Core.Common.Extension
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public static IEnumerable<T> Randomize<T>(
	this IEnumerable<T> source
)

Type Parameters

T

Parameters

source
Type: IEnumerable<(Of <(<'T>)>)>
The source.

Return Value

IEnumerable<T>.