Table of Contents

Interface IGenericAction

Namespace
Frent.Core
Assembly
Frent.dll

An generic action with known parameter

public interface IGenericAction

Remarks

Since delegates cannot be unbound generics, we use an interface instead

Methods

Invoke<T>(ref T)

Runs the arbitrary generic method that this IGenericAction represents

void Invoke<T>(ref T type)

Parameters

type T

The generic parameter

Type Parameters

T

The unbound generic parameter