ArgumentActionFunc

The function used to perform an argument's setter action.

alias ArgumentActionFunc(CommandT) = Result!void function
(
string value
,
ref CommandT commandInstance
)

Meta