Click or drag to resize
BrowserGetEnumerator Method
Returns an enumerator that iterates through the collection.

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 IEnumerator<Tuple> GetEnumerator()

Return Value

Type: IEnumeratorTuple
A IEnumeratorT that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also