CommandLineArgumentAliases Property

Gets the alternative names for this command line argument.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.0.0
C#
public ReadOnlyCollection<string>? Aliases { get; }

Property Value

ReadOnlyCollectionString
A list of alternative names for this command line argument, or an empty collection if none were specified.

Remarks

If the Mode property is LongShort, and the HasLongName property is , this property will always return an empty collection.

See Also