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