C# Class NPlot.AdapterUtils.Counter_IList

Class that provides the number of items in an IList via the ICounter interface.
Inheritance: ICounter
Mostra file Open project: mono/nplot-gtk

Public Methods

Method Description
Counter_IList ( IList data ) : System

Constructor

Method Details

Counter_IList() public method

Constructor
public Counter_IList ( IList data ) : System
data IList the IList data to provide count of
return System