public ImmutableArray<string> Aliases { get; }
Public ReadOnly Property Aliases As ImmutableArray(Of String)
Get
Dim instance As CommandLineArgument
Dim value As ImmutableArray(Of String)
value = instance.Aliases
public:
property ImmutableArray<String^> Aliases {
ImmutableArray<String^> get ();
}
If the CommandLineParserMode property is ParsingModeLongShort, and the HasLongName property is , this property will always return an empty array.