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

Namespace: Com.Tibco.As.Space.Browser
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)

Syntax

C#
public abstract Tuple Current { get; }
Visual Basic
Public MustOverride ReadOnly Property Current As Tuple
	Get
Visual C++
public:
virtual property Tuple^ Current {
	Tuple^ get () abstract;
}

Field Value

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

Implements

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

See Also