SynchronizedCollection.System.Collections.Generic.ICollection<T>.IsReadOnly Property
Namespace: System.Collections.Generic
Assembly: System.ServiceModel (in system.servicemodel.dll)
'Declaration
Private ReadOnly Property System.Collections.Generic.ICollection<T>.IsReadOnly As Boolean Implements ICollection(Of TServiceModelExtensionElement).IsReadOnly
'Usage
Dim instance As SynchronizedCollection(Of T)
Dim value As Boolean
value = CType(instance, ICollection(Of TServiceModelExtensionElement)).IsReadOnly
C#
bool ICollection<TServiceModelExtensionElement>.IsReadOnly { get; }
private:
virtual property bool System.Collections.Generic.ICollection<T>.IsReadOnly {
bool get () sealed = ICollection<TServiceModelExtensionElement>::IsReadOnly::get;
}
Not applicable.
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
Supported in: 3.0
SynchronizedCollection Class
SynchronizedCollection Members
System.Collections.Generic Namespace