Interface IForwardMap<TInput, TOutput>
Represents a function.
public interface IForwardMap<in TInput, out TOutput>
Type Parameters
TInput
The input type.
TOutput
The output type.
- Extension Methods
Represents a function.
public interface IForwardMap<in TInput, out TOutput>
TInput
The input type.
TOutput
The output type.