SynchronizedCollection<T>.IList.IsReadOnly Property
Definition
Gets a value that indicates whether the collection is read only.
property bool System::Collections::IList::IsReadOnly { bool get(); };
bool System.Collections.IList.IsReadOnly { get; }
ReadOnly Property IsReadOnly As Boolean Implements IList.IsReadOnly
Property Value
false
Implements
Remarks
This property always returns false
because the collection can be added to and so is not read only.