Interface IFunc<T1, TResult>
Namespace: Towel
Assembly: Towel.dll
Syntax
public interface IFunc<T1, TResult>
Type Parameters
| Name | Description |
|---|---|
| T1 | |
| TResult |
Methods
| Improve this Doc View SourceInvoke(T1)
Declaration
TResult Invoke(T1 arg1)
Parameters
| Type | Name | Description |
|---|---|---|
| T1 | arg1 |
Returns
| Type | Description |
|---|---|
| TResult |