ServiceModelExtensionCollectionElement<TServiceModelExtensionElement>.ICollection<TServiceModelExtensionElement>.IsReadOnly プロパティ

定義

この ServiceModelExtensionCollectionElement<TServiceModelExtensionElement> が読み取り専用かどうかを示す値を取得します。

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

プロパティ値

Boolean

true が読み取り専用である場合は ServiceModelExtensionCollectionElement<TServiceModelExtensionElement>。それ以外の場合は false

実装

注釈

読み取り専用のコレクションでは、コレクション作成後に要素の追加、削除、または変更はできません。

適用対象