CommandLineArgumentCallMethod Method
When implemented in a derived class, calls the method that defined the property.
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
protected abstract CancelMode CallMethod(
Object? value
)
Protected MustOverride Function CallMethod (
value As Object
) As CancelMode
Dim value As Object
Dim returnValue As CancelMode
returnValue = Me.CallMethod(value)
protected:
virtual CancelMode CallMethod(
Object^ value
) abstract
- value Object
- The argument value.
CancelModeThe return value of the argument's method.