C# Class NPlot.AdapterUtils.Counter_IList

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

Méthodes publiques

Méthode Description
Counter_IList ( IList data ) : System

Constructor

Method Details

Counter_IList() public méthode

Constructor
public Counter_IList ( IList data ) : System
data IList the IList data to provide count of
Résultat System