public ReadOnlyCollection<char>? ShortAliases { get; }Public ReadOnly Property ShortAliases As ReadOnlyCollection(Of Char)
Get
Dim instance As CommandLineArgument
Dim value As ReadOnlyCollection(Of Char)
value = instance.ShortAliasespublic:
property ReadOnlyCollection<wchar_t>^ ShortAliases {
ReadOnlyCollection<wchar_t>^ get ();
}If the Mode property is not LongShort, or the HasShortName property is , this property will always return an empty collection.