Show / Hide Table of Contents

Interface IFunc<T1, T2, T3, T4, TResult>

Namespace: Towel
Assembly: Towel.dll
Syntax
public interface IFunc<T1, T2, T3, T4, TResult>
Type Parameters
Name Description
T1
T2
T3
T4
TResult

Methods

| Improve this Doc View Source

Invoke(T1, T2, T3, T4)

Declaration
TResult Invoke(T1 arg1, T2 arg2, T3 arg3, T4 arg4)
Parameters
Type Name Description
T1 arg1
T2 arg2
T3 arg3
T4 arg4
Returns
Type Description
TResult
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX