AmbiguousPrefixAliasExceptionPossibleMatches Property

Gets the possible matches for the ambiguous prefix alias.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
C#
public ImmutableArray<string> PossibleMatches { get; }

Property Value

ImmutableArrayString
An immutable array containing the possible matches.

Remarks

This property contains an array of possible argument names or aliases that the prefix could match. If an argument could match the prefix with more than one possible alias, only the first match is included in the array.

See Also