Arguments.opApply

Enables 'foreach' iteration over the set of configured arguments.

class Arguments
int
opApply
(
scope int delegate
(
ref Argument
)
dg
)

Parameters

dg int delegate
()

delegate called for each argument

Meta