ExtensionCollection<T>.ICollection<IExtension<T>>.IsReadOnly Property

Definition

Gets whether the collection is read-only.

property bool System::Collections::Generic::ICollection<System::ServiceModel::IExtension<T>>::IsReadOnly { bool get(); };
bool System.Collections.Generic.ICollection<System.ServiceModel.IExtension<T>>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<System.ServiceModel.IExtension<T>>.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of IExtension(Of T)).IsReadOnly

Property Value

ExtensionCollection<T> always returns false.

Implements

Applies to