GeneratedArgumentProviderKind Property
Gets the kind of argument provider.
Namespace: Ookii.CommandLine.SupportAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
public override ProviderKind Kind { get; }
Public Overrides ReadOnly Property Kind As ProviderKind
Get
Dim instance As GeneratedArgumentProvider
Dim value As ProviderKind
value = instance.Kind
public:
virtual property ProviderKind Kind {
ProviderKind get () override;
}
Property Value
ProviderKind
One of the values of the
ProviderKind enumeration.