ActivityCollection.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

プロパティ値

Boolean

true が固定サイズの場合は IList。それ以外の場合は false

実装

注釈

固定サイズのコレクションでは、コレクションの作成後に要素の追加または削除はできませんが、既存の要素の変更はできます。

適用対象