LocalizedStringProviderDuplicateArgumentWarning Method

Gets the warning message used if the DuplicateArguments or DuplicateArguments property is Warning.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
C#
public virtual string DuplicateArgumentWarning(
	string argumentName
)

Parameters

argumentName  String
The name of the argument.

Return Value

String
The error message.

See Also