Share via


RegionBehaviorFactory.GetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  Microsoft.Practices.Prism.Regions
Assembly:  Microsoft.Practices.Prism (in Microsoft.Practices.Prism.dll)

Syntax

public IEnumerator<string> GetEnumerator()
'Declaration
Public Function GetEnumerator As IEnumerator(Of String)

Return Value

A IEnumerator<T> that can be used to iterate through the collection.

Implements

IEnumerable<T>.GetEnumerator()

See Also

RegionBehaviorFactory Class

Microsoft.Practices.Prism.Regions Namespace