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