BaseExtensions ToArray TFrom, TTo  Method Kentico 8.0 API Reference
Converts the given collection to a list of values

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

values
Type:  TFrom 
Values
transform
Type: OnlineSystem Func TFrom, TTo 
Transformation of the original object to the result

Return Value

Type:  TTo 
See Also