BrowserGetEnumerator Method |
Returns an enumerator that iterates through the collection.
Namespace: Com.Tibco.As.Space.BrowserAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic IEnumerator<Tuple> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of Tuple)
public:
virtual IEnumerator<Tuple^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<Tuple>
override GetEnumerator : unit -> IEnumerator<Tuple>
Return Value
Type:
IEnumeratorTuple
A
IEnumeratorT that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumerator
See Also