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