Int32Collection.IList.IsReadOnly プロパティ
定義
このメンバーの詳細については、「IsReadOnly」をご覧ください。For a description of this member, see 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
プロパティ値
true
が読み取り専用である場合は Int32Collection。それ以外の場合は false
。true
if the Int32Collection is read-only; otherwise, false
.
実装
注釈
このメンバーは、明示的なインターフェイス メンバーの実装です。This member is an explicit interface member implementation. これは、Int32Collection のインスタンスが IList インターフェイスにキャストされる場合のみ、使用できます。It can be used only when the Int32Collection instance is cast to an IList interface.