Constructor CommandlineBinder
CommandlineBinder()
Initializes a new instance of the CommandlineBinder class using ReflectionOptionPropertyProvideras the property provider
Declaration
public CommandlineBinder()
CommandlineBinder(IOptionPropertyProvider)
Initializes a new instance of the CommandlineBinder class for a given object instance
Declaration
public CommandlineBinder(IOptionPropertyProvider propertyProvider)
Parameters
public CommandlineBinder()
Initializes a new instance of the CommandlineBinder class for a given object instance
public CommandlineBinder(IOptionPropertyProvider propertyProvider)
Parameters
IOptionPropertyProvider | propertyProvider | Property provider for resolving property names |