SynchronizedReadOnlyCollection<T>.IList.IsFixedSize プロパティ

定義

このプロパティは、読み取り専用コレクションのサイズが常に固定されているため、 true を返します。

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

プロパティ値

このプロパティは、読み取り専用コレクションのサイズが常に固定されているため、 true を返します。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 SynchronizedReadOnlyCollection<T> インスタンスがIList インターフェイスにキャストされている場合にのみ使用できます。

適用対象