Table of Contents

Delegate JAction<T1, T2>

Namespace
Alis.Core.Aspect.Data.Json
Assembly
Alis.dll

The action

internal delegate void JAction<in T1, in T2>(T1 arg1, T2 arg2)

Parameters

arg1 T1
arg2 T2

Type Parameters

T1
T2