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