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

定義

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

property bool System::Collections::IList::IsReadOnly { bool get(); };
bool System.Collections.IList.IsReadOnly { get; }
member this.System.Collections.IList.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements IList.IsReadOnly

プロパティ値

false

実装

注釈

コレクションには要素を追加でき、したがって読み取り専用ではないため、このプロパティは常に false を返します。

適用対象