Method Identity
Identity<TInput>()
Creates an Identity Map where the TInput and TOutput are the same.
public static IMap<TInput, TInput> Identity<TInput>()Returns
- IMap<TInput, TInput>
Type Parameters
- TInput
- Type of the Input 
Creates an Identity Map where the TInput and TOutput are the same.
public static IMap<TInput, TInput> Identity<TInput>()TInputType of the Input