Table of Contents

Interface IAction<TArg>

Namespace
Frent.Systems
Assembly
Frent.dll

An arbitary function with one parameter

public interface IAction<TArg>

Type Parameters

TArg

Remarks

Used to inline query functions

Methods

Run(ref TArg)

void Run(ref TArg arg)

Parameters

arg TArg