TableSectionBase<T>.ICollection<T>.IsReadOnly 属性

定义

返回 false;其中的对象集合可以更改。

bool System.Collections.Generic.ICollection<T>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<T>.IsReadOnly : bool

属性值

System.Boolean

false;可以更改此 TableSectionBase<T> 对象中的 对象的集合。

实现

System.Collections.Generic.ICollection`1.IsReadOnly

适用于