Property AllowSpaceDelimitedValue
AllowSpaceDelimitedValue
Gets a value indicating whether this property allows a space delimited value
Declaration
public bool AllowSpaceDelimitedValue { get; }
Property Value
public bool AllowSpaceDelimitedValue { get; }
Boolean |
Implements
Remarks
The parser, intentionally, doesn't have knowledge of the semantics of an application's choices for using a space as the delimiter between an option and it's value. This property informs the binder if it is allowed to consume an immediately following CommandlineValue as the value for this option. The implementation of, IOptionPropertyProvider normally retrieves this information from the AllowSpaceDelimitedValue attribute attached to the property this IOptionProperty represents though it can use whatever means is appropriate to the provider.