ParseOptionsMerge Method

Merges the options in this instance with the options from the ParseOptionsAttribute attribute.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
C#
public void Merge(
	ParseOptionsAttribute attribute
)

Parameters

attribute  ParseOptionsAttribute
The ParseOptionsAttribute.

Remarks

For all properties that have an equivalent in the ParseOptionsAttribute, class, if the property in this instance is , it will be set to the value from the ParseOptionsAttribute class.

Exceptions

ArgumentNullExceptionattribute is .

See Also