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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph