Supports all classes in the .NET Framework class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all classes in the .NET Framework; it is the root of the type hierarchy.

Namespace: ININ.IceLib.Configuration.Dialer.DataTypes
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public class CSVDataSetEnumerator : IDataSetEnumerator, 
	IEnumerator<IDictionary<DBColumn, Object>>, IDisposable, 
	IEnumerator
Visual Basic
Public Class CSVDataSetEnumerator _
	Implements IDataSetEnumerator, IEnumerator(Of IDictionary(Of DBColumn, Object)),  _
	IDisposable, IEnumerator

Inheritance Hierarchy

System..::..Object
  ININ.IceLib.Configuration.Dialer.DataTypes..::..CSVDataSet..::..CSVDataSetEnumerator

See Also