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.4.0.001)
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>)>)>..::..CurrentSee Also