IAction Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A contract for actions being executed with an input index.
public interface IAction
type IAction = interface
Public Interface IAction
Remarks
If the Invoke(Int32) method is small enough, it is highly recommended to mark it with AggressiveInlining.
Methods
Invoke(Int32) |
Executes the action associated with a specific index. |