Skip to content

MapPredicateDelegate<TInput, TOutput>

Namespace: SideXP.Core

public delegate TOutput MapPredicateDelegate<TInput, TOutput>(TInput input)

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.