GeneratedArgumentBaseCallMethod 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: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
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