CommandLineArgumentIsDictionary Property
Gets a value indicating whether this argument is a dictionary argument.
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.0.0
public bool IsDictionary { get; }
Public ReadOnly Property IsDictionary As Boolean
Get
Dim instance As CommandLineArgument
Dim value As Boolean
value = instance.IsDictionary
public:
property bool IsDictionary {
bool get ();
}
Property Value
Boolean if this the
Kind property is
Dictionary;
otherwise,
.