Udostępnij za pośrednictwem


TableSectionBase<T>.Add Metoda

Definicja

Przeciążenia

Add(IEnumerable<T>)

Dodaje listę elementów do tego TableSectionBase<T> obiektu.

Add(T)

Dodaje element do tego TableSectionBase<T> obiektu.

Add(IEnumerable<T>)

Dodaje listę elementów do tego TableSectionBase<T> obiektu.

public void Add (System.Collections.Generic.IEnumerable<T> items);
member this.Add : seq<'T (requires 'T :> Xamarin.Forms.BindableObject)> -> unit

Parametry

items
System.Collections.Generic.IEnumerable<T>

Elementy do dodania.

Dotyczy

Add(T)

Dodaje element do tego TableSectionBase<T> obiektu.

public void Add (T item);
abstract member Add : 'T -> unit
override this.Add : 'T -> unit

Parametry

item
T

Element do dodania.

Implementuje

System.Collections.Generic.ICollection`1.Add(`0)

Dotyczy