OrderedDictionary<TKey,TValue>.ValueCollection.IList.IsFixedSize プロパティ

定義

IList に固定サイズがあるかどうかを示す値を取得します。

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

プロパティ値

IList のサイズが固定されている場合に true します。それ以外の場合は、falseします。

実装

注釈

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

適用対象