asp.net.ph

InternalDataCollectionBase.GetEnumerator Method

System.Data Namespace   InternalDataCollectionBase Class


Returns an enumerator used to iterate through the collection.

[ VB ]
NotOverridable Public Function GetEnumerator ( ) As IEnumerator

[ C# ]
public IEnumerator GetEnumerator ( );

[ C++ ]
public: __sealed IEnumerator* GetEnumerator ( );

[ JScript ]
public function GetEnumerator ( ) : IEnumerator;

Return Value

A System.Collections.IEnumerator that contains a list of all items in the collection.

Implements

IEnumerable.GetEnumerator

Remarks

This class and its members are not intended for use as a stand alone component, but as the class from which other collection classes derive standard functionality.

See Also

InternalDataCollectionBase Members Skip Navigation Links


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note