Show / Hide Table of Contents

Interface IAction<T1, T2, T3, T4, T5, T6, T7>

Namespace: Towel
Assembly: Towel.dll
Syntax
public interface IAction<T1, T2, T3, T4, T5, T6, T7>
Type Parameters
Name Description
T1
T2
T3
T4
T5
T6
T7

Methods

| Improve this Doc View Source

Invoke(T1, T2, T3, T4, T5, T6, T7)

Declaration
void Invoke(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7)
Parameters
Type Name Description
T1 arg1
T2 arg2
T3 arg3
T4 arg4
T5 arg5
T6 arg6
T7 arg7
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX