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

適用於