PrincipalValueCollection<T>.IList.IsReadOnly プロパティ

定義

コレクションへのアクセスが読み取り専用かどうかを示す値を取得します。

property bool System::Collections::IList::IsReadOnly { bool get(); };
bool System.Collections.IList.IsReadOnly { get; }
bool System.Collections.IList.IsReadOnly { [System.Security.SecurityCritical] get; }
member this.System.Collections.IList.IsReadOnly : bool
[<get: System.Security.SecurityCritical>]
member this.System.Collections.IList.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements IList.IsReadOnly

プロパティ値

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

実装

属性

注釈

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

適用対象