IAction Interface

Definition

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.

Applies to