'Declaration
<CanBeNullAttribute()> Property Key As Object
'Usage
Dim instance As _DictionaryEntry2 Dim value As Object instance.Key = value value = instance.Key
[CanBeNull()] object Key {get; set;}
'Declaration
<CanBeNullAttribute()> Property Key As Object
'Usage
Dim instance As _DictionaryEntry2 Dim value As Object instance.Key = value value = instance.Key
[CanBeNull()] object Key {get; set;}