WizardStepCollection.GetEnumerator Method
.NET Framework 3.0
Returns an IEnumerator-implemented object that can be used to iterate through the WizardStepBase-derived objects in the collection.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public final IEnumerator GetEnumerator ()
public final function GetEnumerator () : IEnumerator
Not applicable.
Return Value
An IEnumerator-implemented object that contains all the WizardStepBase-derived objects in the WizardStepCollection collection.Community Additions
ADD
Show: