MultiValueArgumentInfo Class

Provides information that only applies to multi-value and dictionary arguments.

Definition

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

Constructors

MultiValueArgumentInfo Creates a new instance of the MultiValueArgumentInfo class.

Properties

AllowWhiteSpaceSeparator Gets a value that indicates whether or not the argument can consume multiple following argument tokens.
Separator Gets the separator that can be used to supply multiple values in a single argument token.

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

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also