SynchronizedReadOnlyCollection<T>.ICollection<T>.IsReadOnly Property

Definition

This property always returns true because the collection is read-only.

property bool System::Collections::Generic::ICollection<T>::IsReadOnly { bool get(); };
bool System.Collections.Generic.ICollection<T>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<T>.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of T).IsReadOnly

Property Value

This property always returns true because the collection is read-only.

Implements

Applies to