MappingCollection.GetEnumerator method
Returns an enumerator that iterates through this mapping collection.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetEnumerator As IEnumerator(Of Mapping)
'Usage
Dim instance As MappingCollection
Dim returnValue As IEnumerator(Of Mapping)
returnValue = instance.GetEnumerator()
public IEnumerator<Mapping> GetEnumerator()
Return value
Type: System.Collections.Generic.IEnumerator<Mapping>
An enumerator enumerating all mappings in this mapping collection.