BaseExtensions.ToArray<TFrom, TTo> Method Kentico 8.1 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.1.5347.20411)

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