Name

IEnumerable

Synopsis

This interface exposes an enumerator to iterate over a collection. The GetEnumerator() method returns an IEnumerator for the object.

Public Interface IEnumerable
                  ' Public Instance Methods
   Public Function GetEnumerator() As IEnumerator  
End Interface

Implemented By

Multiple types

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.