RankingModelCollection.GetEnumerator Method
Gets an enumerator that iterates through the RankingModelCollection.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetEnumerator As IEnumerator
'Usage
Dim instance As RankingModelCollection
Dim returnValue As IEnumerator
returnValue = instance.GetEnumerator()
public IEnumerator GetEnumerator()
Return Value
Type: System.Collections.IEnumerator
The enumerator that iterates through the RankingModelCollection.
Implements
Remarks
This method gets the enumerator that iterates through the RankingModelCollection.