[mscorlib/getfolderpath] Special-case MacOS X.
[mono.git] / mcs / class / corlib / Documentation / en / ns-System.Collections.xml
1 <Namespace Name="System.Collections" FullName="System.Collections" FullNameSP="System.Collections" Maintainer="Mono">
2   <Docs>
3     <summary>
4         The System.Collections namespace contains classes for storing collections of objects, including lists, hastables, queues, and stacks.
5     </summary>
6     <remarks>
7         <para>The System.Collections namespace contains useful classes for storing collections of objects.</para>
8         <para>All collections implement the <see cref="T:System.Collections.ICollection"/> interface, which
9         provides basic functionality for iterating through the elements of a collection.
10         Collections that support index-based access into their elements and the ability to add and
11         remove elements, such as the <see cref="T:System.Collections.ArrayList"/>, implement the <see cref="T:System.Collections.IList"/> interface.
12         Collections that provide a key/value mapping, such as the <see cref="T:System.Collections.Hashtable"/>,
13          implement the <see cref="T:System.Collections.IDictionary"/> interface.</para>
14     </remarks>
15   </Docs>
16 </Namespace>