MapPredicateDelegate<TInput, TOutput>¶
Namespace:
SideXP.Core
Called for each item when using the Map``2 function.
Type parameters
TInput: The type of an item in the list.TOutput: The type of the output data for each item.
Parameters
input: The original list item.
Returns
Returns the "mapped" value.