Skip to main content
A newer version of this page is available. .
Tab

Collection<T>.ConvertAll<TOutput>(Converter<T, TOutput>) Method

For internal use only.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public List<TOutput> ConvertAll<TOutput>(
    Converter<T, TOutput> converter
)

Parameters

Name Type
converter Converter<T, TOutput>

Type Parameters

Name
TOutput

Returns

Type
List<TOutput>
See Also