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

定義

コレクションのサイズが固定されているかどうかを示す値を取得します。

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

プロパティ値

false

実装

注釈

コレクションを追加できるため、サイズが固定されていないため、このプロパティは false を返します。

適用対象