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.0.0.0 (2.2.0.015)

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;
}
F#
abstract Current : Tuple with get

Property Value

Type: Tuple
The element in the collection at the current position of the enumerator.

Implements

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

See Also