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.2.0.015)
Syntax
| C# |
|---|
public IEnumerator<Tuple> GetEnumerator() |
| Visual Basic |
|---|
Public Function GetEnumerator As IEnumerator(Of Tuple) |
| Visual C++ |
|---|
public:
virtual IEnumerator<Tuple^>^ GetEnumerator() sealed |
| F# |
|---|
abstract GetEnumerator : unit -> IEnumerator<Tuple>
override GetEnumerator : unit -> IEnumerator<Tuple> |
Return Value
Type:
IEnumerator<(Of <(<'Tuple>)>)>
A
IEnumerator<(Of <(<'T>)>)> that can be used to iterate through the collection.
Implements
IEnumerable<(Of <(<'T>)>)>..::..GetEnumerator()()()()
See Also