Nemerle Documentation

ICollection Interface

The collection interface.

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

public interface ICollection : IEnumerable

Types that implement ICollection

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

Requirements

Namespace: Nemerle.Collections

Assembly: Nemerle (in Nemerle)

See Also

ICollection Members | Nemerle.Collections Namespace