Interface IMap<TInput, TOutput>
Represents a function and its inverse.
public interface IMap<TInput, TOutput> : IForwardMap<TInput, TOutput>, IReverseMap<TInput, TOutput>
Type Parameters
TInput
The input type.
TOutput
The output type.
- Inherited Members
- Extension Methods
See Also
IForwardMap<TInput, TOutput>
IReverseMap<TInput, TOutput>