T
- The type of the parameter of the
method that this delegate encapsulates.public interface IAction<T>
Modifier and Type | Method and Description |
---|---|
void |
action(T obj)
Encapsulates a method that takes a single parameter and does not return a
value.
|
Copyright © 2012–2015 Microsoft. All rights reserved.