ExtensionCollection<T>.ICollection<IExtension<T>>.IsReadOnly 屬性

定義

取得集合是否為唯讀。

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

屬性值

Boolean

ExtensionCollection<T> 永遠傳回 false

實作

適用於