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

屬性值

如果 Collection 物件有固定大小,則為 true,否則為 false

適用於