RegionBehaviorFactory.IEnumerable.GetEnumerator Method

Returns an enumerator that iterates through a collection.

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

Syntax

IEnumerator IEnumerable.GetEnumerator()
'Declaration
Private Function GetEnumerator As IEnumerator
    Implements IEnumerable.GetEnumerator

Return Value

An IEnumerator object that can be used to iterate through the collection.

Implements

IEnumerable.GetEnumerator()

See Also

RegionBehaviorFactory Class

Microsoft.Practices.Prism.Regions Namespace