CommandLineArgumentCallMethod Method

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

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
C#
protected abstract 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