ArgumentCreationInfoGetProperty Property
Gets or sets a delegate used to get the value of property that defined the argument.
Namespace: Ookii.CommandLine.SupportAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
public Func<Object, Object?>? GetProperty {
get;
set; }
Public Property GetProperty As Func(Of Object, Object)
Get
Set
Dim instance As ArgumentCreationInfo
Dim value As Func(Of Object, Object)
value = instance.GetProperty
instance.GetProperty = value
public:
property Func<Object^, Object^>^ GetProperty {
Func<Object^, Object^>^ get ();
void set (Func<Object^, Object^>^ value);
}
Property Value
FuncObject,
Object