Collection<T>.ConvertAll<TOutput>(Converter<T, TOutput>) Method
In This Article
For internal use only.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Parameters
Name | Type |
---|---|
converter | Converter<T, TOutput> |
#Type Parameters
Name |
---|
TOutput |
#Returns
Type |
---|
List<TOutput> |
See Also