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: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
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