Gets the element in the collection at the current position of the enumerator.

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 IDictionary<DBColumn, Object> Current { get; }
Visual Basic
Public ReadOnly Property Current As IDictionary(Of DBColumn, Object)
	Get

Return Value

The element in the collection at the current position of the enumerator.

Implements

IEnumerator<(Of <(<'T>)>)>..::..Current

See Also