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

属性值

true 如果对象 Collection 为只读,则为 ;否则为 false

适用于