Property ICollection<TKey>.IsReadOnly ICollection<TKey>.IsReadOnly Gets a value indicating whether this collection is read-only. Always returns true. Declaration bool ICollection<TKey>.IsReadOnly { get; } Returns Type Description bool Implements ICollection<T>.IsReadOnly