Gets the element in the collection at the current position of the enumerator.
Namespace: Com.Tibco.As.Space.BrowserAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic abstract Tuple Current { get; }
Public MustOverride ReadOnly Property Current As Tuple
Get
public:
virtual property Tuple^ Current {
Tuple^ get () abstract;
}
abstract Current : Tuple with get
Property Value
Type:
Tuple
The element in the collection at the current position of the enumerator.
Implements
IEnumeratorTCurrent
See Also