ReadOnlyDictionary(Of TKey, TValue).ValueCollection.ICollection(Of TValue).IsReadOnly Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value that indicates whether the collection is read-only.
Assembly: mscorlib (in mscorlib.dll)
'Declaration Private ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of TValue).IsReadOnly
Implements
ICollection(Of T).IsReadOnlyThis member is an explicit interface member implementation. It can be used only when the ReadOnlyDictionary(Of TKey, TValue).ValueCollection instance is cast to an ICollection(Of T) interface.
Show: