DesignerRegionCollection.GetEnumerator Method ()

 

Returns an enumerator that iterates through the collection.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

Public Function GetEnumerator As IEnumerator

Return Value

Type: System.Collections.IEnumerator

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

Use the Count property together with a loop construct, such as while, for, or foreach statements, to enumerate through the DesignerRegionCollection object.

.NET Framework
Available since 2.0
Return to top
Show: