GeneratedArgumentCallMethod Method
When implemented in a derived class, calls the method that defined the property.
Namespace: Ookii.CommandLine.SupportAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
protected override CancelMode CallMethod(
Object? value
)
Protected Overrides 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
) override
- value Object
- The argument value.
CancelModeThe return value of the argument's method.