SynchronizedReadOnlyCollection(Of T).ICollection(Of T).IsReadOnly Property

 

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

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

Private ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of T).IsReadOnly

Property Value

Type: System.Boolean

Returns Boolean.

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

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: