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

屬性值

所有情況下都是 true

實作

備註

集合是只讀的一次建構,因此一律會有固定的大小。

適用於