Nemerle Documentation

IEnumerable Interface

Enumerable interface.

For a list of all members of this type, see IEnumerable Members.

Nemerle.Collections.IEnumerable
   Nemerle.Collections.ICollection

public interface IEnumerable

Types that implement IEnumerable

Type Description
LinkedList This is a wrapper collection for Nemerle lists.
Queue Class representing first-in-first-out queue.
Stack A stack
Vector  

Requirements

Namespace: Nemerle.Collections

Assembly: Nemerle (in Nemerle)

See Also

IEnumerable Members | Nemerle.Collections Namespace