Constructor ReflectionOptionPropertyProvider
ReflectionOptionPropertyProvider()
Initializes a new instance of the ReflectionOptionPropertyProvider class.
Declaration
public ReflectionOptionPropertyProvider()
ReflectionOptionPropertyProvider(StringComparer, Boolean, Boolean)
Initializes a new instance of the ReflectionOptionPropertyProvider class.
Declaration
public ReflectionOptionPropertyProvider(StringComparer comparer, bool allowSlash, bool dashesDistinct)
Parameters
public ReflectionOptionPropertyProvider()
Initializes a new instance of the ReflectionOptionPropertyProvider class.
public ReflectionOptionPropertyProvider(StringComparer comparer, bool allowSlash, bool dashesDistinct)
Parameters
StringComparer | comparer | String comparer to use when matching the properties with an option |
Boolean | allowSlash | Flag to indicate if "/" is allowed for options |
Boolean | dashesDistinct | Flag to indicate if the "-" and "--" represent distinct short and long namespaces |