Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
ArcGISRuntimeXamarin
SamplesViewController.SamplesDataSource
RowsInSection
ArcGISRuntimeXamarin.SamplesViewController.SamplesDataSource.RowsInSection C# (CSharp) Method
SamplesViewController.SamplesDataSource Class Documentation
Mostra file
Open project: Esri/arcgis-runtime-samples-dotnet
RowsInSection()
public
method
public
RowsInSection
(
UITableView
tableview
,
nint
section
) :
nint
tableview
UITableView
section
nint
return
nint
public override nint RowsInSection(UITableView tableview, nint section) { return data.Count; }
SamplesViewController.SamplesDataSource
GetCell
RowSelected
RowsInSection
SamplesDataSource