Share via


ExtensionCollection.System.Collections.Generic.ICollection<System.ServiceModel.IExtension<T>>.IsReadOnly Property 

Namespace: System.ServiceModel
Assembly: System.ServiceModel (in system.servicemodel.dll)

Syntax

'Declaration
Private ReadOnly Property System.Collections.Generic.ICollection<System.ServiceModel.IExtension<T>>.IsReadOnly As Boolean Implements ICollection(Of IExtension(Of T)).IsReadOnly
'Usage
Dim instance As ExtensionCollection(Of T)
Dim value As Boolean

value = CType(instance, ICollection(Of IExtension(Of T))).IsReadOnly
bool ICollection<IExtension<T>>.IsReadOnly { get; }
private:
virtual property bool System.Collections.Generic.ICollection<System.ServiceModel.IExtension<T>>.IsReadOnly {
    bool get () sealed = ICollection<IExtension<T>^>::IsReadOnly::get;
}
Not applicable.

Platforms

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

ExtensionCollection Class
ExtensionCollection Members
System.ServiceModel Namespace