OptionHandlerDelegate

OptionHandlerDelegate is the signature of the delegate returned by makeFieldListOptionHandler.

alias OptionHandlerDelegate = void delegate
(
string option
,
string value
)

Meta