Attach this onto an argument/provide it directly to ArgBinder.bind, to specify a specific function to use
when binding the argument, instead of relying on ArgBinder's default behaviour.
Notes:
The Func should match the following signature:
Result!T Func(string arg);
Where T will be the type of the argument being bound to.
Attach this onto an argument/provide it directly to ArgBinder.bind, to specify a specific function to use when binding the argument, instead of relying on ArgBinder's default behaviour.
Notes: The Func should match the following signature:
Where T will be the type of the argument being bound to.