ArgumentCreationInfoCallMethod Property
            Gets or sets a delegate used to call the method that defined the argument.
            
Namespace: Ookii.CommandLine.SupportAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
public Func<Object?, CommandLineParser, CancelMode>? CallMethod {
	get;
 set; }
Public Property CallMethod As Func(Of Object, CommandLineParser, CancelMode)
		Get
	Set
Dim instance As ArgumentCreationInfo
Dim value As Func(Of Object, CommandLineParser, CancelMode)
value = instance.CallMethod
instance.CallMethod = value
public:
property Func<Object^, CommandLineParser^, CancelMode>^ CallMethod {
		Func<Object^, CommandLineParser^, CancelMode>^ get ();
	void set (Func<Object^, CommandLineParser^, CancelMode>^ value);
}
Property Value
FuncObject, 
CommandLineParser, 
CancelMode