public ICollection<TKey> Keys {get;}
'Declaration Public ReadOnly Property Keys As ICollection(Of TKey)
'Usage Dim instance As DictionaryWithEvents(Of TKey,TValue) Dim value As ICollection(Of TKey) value = instance.Keys
public: __property ICollection<TKey*>* get_Keys();
public: property ICollection<TKey*>* Keys { ICollection<TKey*>* get(); }