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

適用対象