IAction2D Interface

Definition

A contract for actions being executed with two input indices.

public interface IAction2D
type IAction2D = interface
Public Interface IAction2D

Remarks

If the Invoke(Int32, Int32) method is small enough, it is highly recommended to mark it with AggressiveInlining.

Methods

Invoke(Int32, Int32)

Executes the action associated with two specified indices.

Applies to