Interface IFunc<T1, T2, T3, T4, T5, T6, TResult>
Namespace: Towel
Assembly: Towel.dll
Syntax
public interface IFunc<T1, T2, T3, T4, T5, T6, TResult>
Type Parameters
| Name | Description |
|---|---|
| T1 | |
| T2 | |
| T3 | |
| T4 | |
| T5 | |
| T6 | |
| TResult |
Methods
| Improve this Doc View SourceInvoke(T1, T2, T3, T4, T5, T6)
Declaration
TResult Invoke(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6)
Parameters
| Type | Name | Description |
|---|---|---|
| T1 | arg1 | |
| T2 | arg2 | |
| T3 | arg3 | |
| T4 | arg4 | |
| T5 | arg5 | |
| T6 | arg6 |
Returns
| Type | Description |
|---|---|
| TResult |