'Declaration
<NotNullAttribute()> ReadOnly Property Keys As ICollection
'Usage
Dim instance As _Dictionary Dim value As ICollection value = instance.Keys
[NotNull()] ICollection Keys {get;}
[NotNull()] property ICollection^ Keys { ICollection^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The individual elements of the property value cannot be null
(Nothing
in Visual Basic).