共用方式為


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

適用於