AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

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

Nexts the list.

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

Syntax


public static IList<T> NextList<T>(
	this Random r,
	IEnumerable<T> source
)

Type Parameters

T

Parameters

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

Return Value

IList<T>.