OrderedDictionary<TKey,TValue>.KeyCollection.IList.IsReadOnly プロパティ

定義

IListが読み取り専用かどうかを示す値を取得します。

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 IListが読み取り専用の場合は %。それ以外の場合はfalse

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 <xref:System.Collections.Generic.OrderedDictionary'2.KeyCollection> インスタンスが <xref:System.Collections.IList> インターフェイスにキャストされている場合にのみ使用できます。

適用対象