NPlot Documented Class Library

AdapterUtils.ICounter Interface

[This is preliminary documentation and subject to change.]

Interface that enables a dataholding class to report how many data items it holds.

For a list of all members of this type, see AdapterUtils.ICounter Members.

public interface AdapterUtils.ICounter

Types that implement AdapterUtils.ICounter

Type Description
AdapterUtils.Counter_DataView Class that provides the number of items in a DataView via the ICounter interface.
AdapterUtils.Counter_IList Class that provides the number of items in an IList via the ICounter interface.
AdapterUtils.Counter_Null Class that returns 0 via the ICounter interface.
AdapterUtils.Counter_Rows Class that provides the number of items in a DataRowCollection via the ICounter interface.

Requirements

Namespace: NPlot

Assembly: NPlot (in NPlot.dll)

See Also

AdapterUtils.ICounter Members | NPlot Namespace