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.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
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