SortCollection.GetEnumerator method

Returns an enumerator that can be used to access the items in the crawl rule 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
'Usage
Dim instance As SortCollection
Dim returnValue As IEnumerator

returnValue = instance.GetEnumerator()
public IEnumerator GetEnumerator()

Return value

Type: System.Collections.IEnumerator
An enumerator to use to access items in the sort structure collection.

Implements

IEnumerable.GetEnumerator()

See also

Reference

SortCollection class

SortCollection members

Microsoft.Office.Server.Search.Query namespace