Collection.IList.IsFixedSize プロパティ

定義

Collection オブジェクトのサイズが固定されているかどうかを示す値を取得します。

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

プロパティ値

true Collection オブジェクトのサイズが固定の場合は。それ以外の場合はfalse

適用対象