ExpressionBindingCollection.GetEnumerator Method ()
.NET Framework (current version)
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.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System.Collections.IEnumeratorAn IEnumerator-implemented object that contains all the ExpressionBinding objects in the ExpressionBindingCollection.
Implements
IEnumerable.GetEnumerator()
.NET Framework
Available since 2.0
Available since 2.0
Show: