Table of Contents

Interface IReverseMap<TInput, TOutput>

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

Represents the inverse of a function.

public interface IReverseMap<out TInput, in TOutput>

Type Parameters

TInput

The input type of the function.

TOutput

The output type of the function.

Extension Methods

Methods

Reverse(TOutput)

Gives the input given the output.