Imported Upstream version 3.6.0

Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
This commit is contained in:
Jo Shields
2014-08-13 10:39:27 +01:00
commit a575963da9
50588 changed files with 8155799 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<Namespace Name="System.Collections" FullName="System.Collections" FullNameSP="System.Collections" Maintainer="Mono">
<Docs>
<remarks>
<para>The System.Collections namespace contains useful classes for storing collections of objects.</para>
<para>All collections implement the <see cref="T:System.Collections.ICollection" /> interface, which
provides basic functionality for iterating through the elements of a collection.
Collections that support index-based access into their elements and the ability to add and
remove elements, such as the <see cref="T:System.Collections.ArrayList" />, implement the <see cref="T:System.Collections.IList" /> interface.
Collections that provide a key/value mapping, such as the <see cref="T:System.Collections.Hashtable" />,
implement the <see cref="T:System.Collections.IDictionary" /> interface.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="N:System.Collections" /> namespace contains interfaces and classes that define various collections of objects, such as lists, queues, bit arrays, hash tables and dictionaries.</para>
</summary>
</Docs>
</Namespace>