Share via


EntitySet<TEntity>.ICollection<TEntity>.IsReadOnly プロパティ

定義

このメンバーの詳細については、「IsReadOnly」をご覧ください。

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

プロパティ値

コレクションが読み取り専用の場合は true。それ以外の場合は false

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、EntitySet<TEntity> のインスタンスが ICollection<T> インターフェイスにキャストされる場合のみ、使用できます。

適用対象