Table of Contents

Interface IMap<TInput, TOutput>

Namespace
Gamelogic.Grids2
Assembly
Assembly-CSharp.dll

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>