KeyValueSeparatorAttribute Constructor

Initializes a new instance of the KeyValueSeparatorAttribute class.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
C#
public KeyValueSeparatorAttribute(
	string separator
)

Parameters

separator  String
The separator to use.

Exceptions

ArgumentNullExceptionseparator is .
ArgumentExceptionseparator is an empty string.

See Also