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