Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
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(); }