Xamarin.Forms.TableSectionBase<T>: Method Members

The methods of Xamarin.Forms.TableSectionBase<T> are listed below. For a list of all members, see the TableSectionBase<T> Members list.

See Also: Inherited members from Xamarin.Forms.TableSectionBase

Public Methods

Add(IEnumerable<T>)
Adds a list of items to this Xamarin.Forms.TableSectionBase`1 object.
Add(T)
Adds an item to this Xamarin.Forms.TableSectionBase`1 object.
Clear()
Removes all items in this Xamarin.Forms.TableSectionBase`1.
Contains(T) : bool
Returns a Boolean value that indicates whether or not this Xamarin.Forms.TableSectionBase`1 has a reference to a particular object.
CopyTo(T[], int)
Copies the elements of the current collection to an Array, starting at the specified index.
GetEnumerator() : IEnumerator<T>
Returns an enumerator that iterates through the items in this Xamarin.Forms.TableSectionBase`1 object.
IndexOf(T) : int
Returns the index of the first occurrence of item in this Xamarin.Forms.TableSectionBase`1 object.
Insert(int, T)
Inserts an item into this Xamarin.Forms.TableSectionBase`1 object at the specified position.
Remove(T) : bool
Removes a specified item from this Xamarin.Forms.TableSectionBase`1 object.
RemoveAt(int)
Removes a specified item from this Xamarin.Forms.TableSectionBase`1 object at the position that is specified by index.

Protected Methods

override
OnBindingContextChanged()
Calls the BindableObject.SetInheritedBindingContext method, passing the new binding context, on each of the items in this Xamarin.Forms.TableSectionBase`1 object.