TableSectionBase<T>.ICollection<T>.IsReadOnly Property

Definition

Returns false; The collection of objects in this can be changed.

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

Property Value

false; The collection of objects in this TableSectionBase<T> object can be changed.

Implements

Applies to