Collection.IList.IsReadOnly 屬性

定義

取得值,該值指出 Collection 物件是否為。

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

屬性值

如果 Collection 物件是唯讀,則為 true,否則為 false

適用於