C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.Collections
IEnumerable Interface
IEnumerable Methods
IEnumerable Interface
Exposes the enumerator, which supports a simple iteration over a non-generic collection.
Namespace:
System.Collections
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
public
interface
IEnumerable
The
IEnumerable
type exposes the following members.
Methods
Name
Description
GetEnumerator
Returns an enumerator that iterates through a collection.
Top
See Also
Reference
System.Collections Namespace