C# 클래스 NPlot.AdapterUtils.Counter_DataView

Class that provides the number of items in a DataView via the ICounter interface.
상속: ICounter
파일 보기 프로젝트 열기: mono/nplot-gtk

공개 메소드들

메소드 설명
Counter_DataView ( DataView dataView ) : System

Constructor

메소드 상세

Counter_DataView() 공개 메소드

Constructor
public Counter_DataView ( DataView dataView ) : System
dataView System.Data.DataView the DataBiew data to provide count of number of rows of.
리턴 System