SynchronizedCollection(Of T).IList.IsReadOnly Property

 

Gets a value that indicates whether the collection is read only.

Namespace:   System.Collections.Generic
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

Private ReadOnly Property IsReadOnly As Boolean Implements IList.IsReadOnly

Property Value

Type: System.Boolean

false

This property always returns false because the collection can be added to and so is not read only.

.NET Framework
Available since 3.0
Return to top
Show: