Action1<T1> Interface
Definition
A callback that takes one parameter.
public interface Action1<T1>
Type Parameters
- T1
Methods
invoke(T1 param1) |
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
A callback that takes one parameter.
public interface Action1<T1>
invoke(T1 param1) |