ExpressionBindingCollection.GetEnumerator Method ()

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns an IEnumerator-implemented object that can be used to iterate through the ExpressionBinding objects in the collection.

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

public IEnumerator GetEnumerator()

Return Value

Type: System.Collections.IEnumerator

An IEnumerator-implemented object that contains all the ExpressionBinding objects in the ExpressionBindingCollection.

.NET Framework
Available since 2.0
Return to top
Show: