GeneratedArgumentCallMethod Method

When implemented in a derived class, calls the method that defined the property.

Definition

Namespace: Ookii.CommandLine.Support
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
C#
protected override CancelMode CallMethod(
	Object? value
)

Parameters

value  Object
The argument value.

Return Value

CancelMode
The return value of the argument's method.

Exceptions

InvalidOperationException This argument does not use a method.

See Also