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