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

Definición

Averigua si la colección es de solo lectura.

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

Valor de propiedad

Boolean

ExtensionCollection<T> siempre devuelve false.

Implementaciones

Se aplica a