Bridge

IEnumerable Interface

Exposes an enumerator, which supports a simple iteration over a non-generic collection.To browse the .NET Framework source code for this type, see the Reference Source.

Namespace:  System.Collections
Assembly:  Bridge (in Bridge.dll)

Syntax


[ExternalAttribute]
[NamespaceAttribute]
public interface IEnumerable : IBridgeClass
<ExternalAttribute> _
<NamespaceAttribute> _
Public Interface IEnumerable _
	Inherits IBridgeClass
[ExternalAttribute]
[NamespaceAttribute]
public interface class IEnumerable : IBridgeClass