Click or drag to resize

IMapTInput, TOutput Interface

Represents a function and its inverse.

Namespace:  Gamelogic.Grids2
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public interface IMap<TInput, TOutput> : IForwardMap<TInput, TOutput>, 
	IReverseMap<TInput, TOutput>

Type Parameters

TInput
The input type.
TOutput
The output type.

The IMapTInput, TOutput type exposes the following members.

Methods
See Also