<tdclass="colFirst"><ahref="../../../System/Collections/Generic/ICollection.html"title="interface in System.Collections.Generic">ICollection</a><T></td>
<tdclass="colLast">
<divclass="block">Defines methods to manipulate generic collections.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><ahref="../../../System/Collections/Generic/IEqualityComparer.html"title="interface in System.Collections.Generic">IEqualityComparer</a><T></td>
<tdclass="colLast">
<divclass="block">Defines methods to support the comparison of objects for equality.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><ahref="../../../System/Collections/Generic/IList.html"title="interface in System.Collections.Generic">IList</a><T></td>
<tdclass="colLast">
<divclass="block">Represents a collection of objects that can be individually accessed by index.</div>
</td>
</tr>
</tbody>
</table>
</li>
<liclass="blockList">
<tableclass="packageSummary"border="0"cellpadding="3"cellspacing="0"summary="Class Summary table, listing classes, and an explanation">
<tdclass="colFirst"><ahref="../../../System/Collections/Generic/EqualityComparer.html"title="class in System.Collections.Generic">EqualityComparer</a><T></td>
<tdclass="colLast"> </td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><ahref="../../../System/Collections/Generic/KeyValuePair.html"title="class in System.Collections.Generic">KeyValuePair</a><TKey,TValue></td>
<tdclass="colLast">
<divclass="block">Defines a key/value pair that can be set or retrieved.</div>
</td>
</tr>
</tbody>
</table>
</li>
<liclass="blockList">
<tableclass="packageSummary"border="0"cellpadding="3"cellspacing="0"summary="Exception Summary table, listing exceptions, and an explanation">
<tdclass="colFirst"><ahref="../../../System/Collections/Generic/KeyNotFoundException.html"title="class in System.Collections.Generic">KeyNotFoundException</a></td>
<tdclass="colLast">
<divclass="block">The exception that is thrown when the key specified for accessing an element in a collection does not match any key in the collection.</div>