ResultTableCollection.GetEnumerator method

Returns an enumerator that can be used to access the items in the ResultTable collection.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function GetEnumerator As IEnumerator(Of ResultTable)
'Usage
Dim instance As ResultTableCollection
Dim returnValue As IEnumerator(Of ResultTable)

returnValue = instance.GetEnumerator()
public IEnumerator<ResultTable> GetEnumerator()

Return value

Type: System.Collections.Generic.IEnumerator<ResultTable>
An enumerator that can be used to access the items in the ResultTable collection.

See also

Reference

ResultTableCollection class

ResultTableCollection members

Microsoft.Office.Server.Search.Query namespace