Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

System.Collections.NonGeneric

System Library

Author Microsoft
Version 10.0.1
Tags

Public Types

System.​Collections

Compares two objects for equivalence, ignoring the case of strings.
Supplies a hash code for an object, using a hashing algorithm that ignores the case of strings.
Provides the <see langword="abstract" /> base class for a strongly typed collection.
Provides the <see langword="abstract" /> base class for a strongly typed collection of key/value pairs.
class Queue
Represents a first-in, first-out collection of objects.
Provides the <see langword="abstract" /> base class for a strongly typed non-generic read-only collection.
Represents a collection of key/value pairs that are sorted by the keys and are accessible by key and by index.
class Stack
Represents a simple last-in-first-out (LIFO) non-generic collection of objects.

System.​Collections.​Specialized

Creates collections that ignore the case in strings.