Table of Contents

Interface IForwardMap<TInput, TOutput>

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

Represents a function.

public interface IForwardMap<in TInput, out TOutput>

Type Parameters

TInput

The input type.

TOutput

The output type.

Extension Methods

Methods

Forward(TInput)