Converts a generic list to a strongly typed collection

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
public static TCollection ToCollection(
	List<TObject> list
)

Parameters

list
Type: System.Collections.Generic..::.List<(Of <(TObject>)>)
The list to convert

Return Value

See Also