Note
This member is available only in .NET Core 2.1/.NET Standard 2.1 and above.
TValue this[
ReadOnlySpan<char> key
] { get; }ReadOnly Default Property Item (
key As ReadOnlySpan(Of Char)
) As TValue
Getproperty TValue default[ReadOnlySpan<wchar_t> key] {
TValue get (ReadOnlySpan<wchar_t> key);
}abstract Item : 'TValue with get| KeyNotFoundException | key is not found. |