Exposes the enumerator, which supports a simple iteration over a collection of a specified type.
Public Interface IEnumerable(Of T) _ Inherits IEnumerable
Dim instance As IEnumerable(Of T)
public interface IEnumerable<T> : IEnumerable
generic<typename T> public interface class IEnumerable : IEnumerable
JScript does not support generic types or methods.
The type of objects to enumerate.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC, Xbox 360, Zune
For usage and API guidelines in addition to those already found in the Framework Design Guidelines, see:
http://davesbox.com/archive/2008/12/13/array-collection-ienumerable-lt-t-gt-usage-guidelines.aspx