public ReadOnlyMemory<char> Name { get; }
Public ReadOnly Property Name As ReadOnlyMemory(Of Char)
Get
Dim instance As UnknownArgumentEventArgs
Dim value As ReadOnlyMemory(Of Char)
value = instance.Name
public:
property ReadOnlyMemory<wchar_t> Name {
ReadOnlyMemory<wchar_t> get ();
}
If the unknown argument was part of a combined short switch argument when using ParsingModeLongShort, the Token property will contain all the switch names, while the Name property only contains the name of the unknown switch. For example, the token could be "-xyz" while the name is "y".