Nemerle Documentation

EmptyCollection Class

Exception thrown when an element access operation is performed on an empty ICollection object.

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

System.Object
   System.Exception
      Nemerle.Collections.EmptyCollection
         Nemerle.Collections.EmptyHeap
         Nemerle.Collections.EmptyQueue

public class EmptyCollection : Exception

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Nemerle.Collections

Assembly: Nemerle (in Nemerle)

See Also

EmptyCollection Members | Nemerle.Collections Namespace