System.Collections.Generic
Interface IEnumerable<T>

All Superinterfaces:
java.lang.Iterable<T>
All Known Subinterfaces:
ICollection<T>, IList<T>
All Known Implementing Classes:
TouchCollection

public interface IEnumerable<T>
extends java.lang.Iterable<T>

Exposes the Enumerator, which supports a simple iteration over a collection of a specified type.

Author:
Halofreak1990

Method Summary
 IEnumerator<T> GetEnumerator()
           
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

GetEnumerator

IEnumerator<T> GetEnumerator()