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