DataBindingCollection::GetEnumerator Method ()

 

Returns an enumerator to iterate through the DataBindingCollection object.

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

public:
virtual IEnumerator^ GetEnumerator() sealed

Return Value

Type: System.Collections::IEnumerator^

An IEnumerator that contains the collection's members.

.NET Framework
Available since 1.1
Return to top
Show: