CommandLineArgumentMember Property

Gets the MemberInfo for the member that defined this argument.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
C#
public abstract MemberInfo? Member { get; }

Property Value

MemberInfo
An instance of the MethodInfo or PropertyInfo class, or if this is the automatic version or help argument.

See Also