DoubleCollection.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
が読み取り専用である場合は DoubleCollection。それ以外の場合は false
。true
if the DoubleCollection is read-only; otherwise, false
.
実装
注釈
このメンバーは、明示的なインターフェイス メンバーの実装です。This member is an explicit interface member implementation. これは、DoubleCollection のインスタンスが IList インターフェイスにキャストされる場合のみ、使用できます。It can be used only when the DoubleCollection instance is cast to an IList interface.