Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
NPlot
AdapterUtils.Counter_DataView
C# Class NPlot.AdapterUtils.Counter_DataView
Class that provides the number of items in a DataView via the ICounter interface.
Inheritance:
ICounter
Datei anzeigen
Open project: mono/nplot-gtk
Public Methods
Method
Description
Counter_DataView
(
DataView
dataView
) :
System
Constructor
Method Details
Counter_DataView()
public
method
Constructor
public
Counter_DataView
(
DataView
dataView
) :
System
dataView
System.Data.DataView
the DataBiew data to provide count of number of rows of.
return
System