TableSectionBase<T> Construtores

Definição

Sobrecargas

TableSectionBase<T>()

Constrói uma nova instância TableSection com um título vazio.

TableSectionBase<T>(String)

Constrói uma nova instância TableSection com o title especificado.

TableSectionBase<T>()

Constrói uma nova instância TableSection com um título vazio.

protected TableSectionBase ();

Aplica-se a

TableSectionBase<T>(String)

Constrói uma nova instância TableSection com o title especificado.

protected TableSectionBase (string title);
new Xamarin.Forms.TableSectionBase<'T (requires 'T :> Xamarin.Forms.BindableObject)> : string -> Xamarin.Forms.TableSectionBase<'T (requires 'T :> Xamarin.Forms.BindableObject)>

Parâmetros

title
System.String

O título da seção de tabela.

Aplica-se a