Converts the given collection to a list of values
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- values
- Type:TFrom[]
Values
- transform
- Type:
System.Func<TFrom, TTo>
Transformation of the original object to the result
Return Value
Type:TTo[]See Also