methodFromIndex

Gets a method using a zero-based index of the method enum value.

methodFromIndex
(
size_t idx
)

Parameters

idx size_t

The index to find the method by.

Return Value

Type: Method

The method at the given index.