Dictionary<TKey, TValue>.ValueCollection.ICollection<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 indicating whether the ICollection<T> is read-only.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Booleantrue if the ICollection<T> is read-only; otherwise, false. In the default implementation of Dictionary<TKey, TValue>.ValueCollection, this property always returns true.
Implements
ICollection<T>.IsReadOnly
Show: