Collection.IList.IsReadOnly プロパティ

定義

Collection オブジェクトであるかどうかを示す値を取得します。

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

プロパティ値

Collection オブジェクトが読み取り専用の場合は true。それ以外の場合は false

適用対象