'Declaration
<NotNullAttribute()> ReadOnly Default Property Item( _ ByVal key As String _ ) As _TokenInfo
'Usage
Dim instance As _TokenInfoCollection Dim key As String Dim value As _TokenInfo value = instance.Item(key)
[NotNull()] _TokenInfo this[ string key ]; {get;}
[NotNull()] property _TokenInfo^ default [String^] { _TokenInfo^ get(String^ key); }
Parameters
- key
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).