DesignerRegionCollection.GetEnumerator Method
.NET Framework 3.0
Returns an enumerator that iterates through the collection.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
Use the Count property together with a loop construct, such as while, for, or foreach statements, to enumerate through the DesignerRegionCollection object.
Community Additions
ADD
Show: