arg
Add a SingleConverter argument to this set of arguments.
This is typically used indirectly, via an extension function that wraps it. It returns the converter, which is intended to be used as a property delegate.
Return
Argument converter to use as a delegate.
Parameters
Display name used in help messages and as the key for keyword arguments.
Converter instance to add.
Add a DefaultingConverter argument to this set of arguments.
This is typically used indirectly, via an extension function that wraps it. It returns the converter, which is intended to be used as a property delegate.
Return
Argument converter to use as a delegate.
Parameters
Display name used in help messages and as the key for keyword arguments.
Converter instance to add.
Add an OptionalConverter argument to this set of arguments.
This is typically used indirectly, via an extension function that wraps it. It returns the converter, which is intended to be used as a property delegate.
Return
Argument converter to use as a delegate.
Parameters
Display name used in help messages and as the key for keyword arguments.
Converter instance to add.
Add a ListConverter argument to this set of arguments.
This is typically used indirectly, via an extension function that wraps it. It returns the converter, which is intended to be used as a property delegate.
Return
Argument converter to use as a delegate.
Parameters
Display name used in help messages and as the key for keyword arguments.
Converter instance to add.
Add a CoalescingConverter argument to this set of arguments.
This is typically used indirectly, via an extension function that wraps it. It returns the converter, which is intended to be used as a property delegate.
Return
Argument converter to use as a delegate.
Parameters
Display name used in help messages and as the key for keyword arguments.
Converter instance to add.
Add a DefaultingCoalescingConverter argument to this set of arguments.
This is typically used indirectly, via an extension function that wraps it. It returns the converter, which is intended to be used as a property delegate.
Return
Argument converter to use as a delegate.
Parameters
Display name used in help messages and as the key for keyword arguments.
Converter instance to add.
Add an OptionalCoalescingConverter argument to this set of arguments.
This is typically used indirectly, via an extension function that wraps it. It returns the converter, which is intended to be used as a property delegate.
Return
Argument converter to use as a delegate.
Parameters
Display name used in help messages and as the key for keyword arguments.
Converter instance to add.