Click or drag to resize
BrowserCurrent Property
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.1.5.12)
Syntax
public abstract Tuple Current { get; }

Property Value

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

Implements

IEnumeratorTCurrent
See Also