DictionaryArgumentInfo Class

Provides information that only applies to dictionary arguments.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
C#
public sealed class DictionaryArgumentInfo
Inheritance
Object    DictionaryArgumentInfo

Constructors

DictionaryArgumentInfo Initializes a new instance of the DictionaryArgumentInfo class.

Properties

AllowDuplicateKeys Gets a value indicating whether this argument allows duplicate keys.
KeyType Gets the type of the keys of a dictionary argument.
KeyValueSeparator Gets the separator for key/value pairs.
ValueType Gets the type of the values of a dictionary argument.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.

See Also