121 lines
5.3 KiB
HTML
121 lines
5.3 KiB
HTML
<html dir="LTR">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta content="history" name="save" />
|
|
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
|
|
<title>ComponentOwl.BetterThumbnailBrowser.Collections</title>
|
|
<xml>
|
|
</xml>
|
|
<link rel="stylesheet" type="text/css" href="MSDN.css" />
|
|
</head>
|
|
<body id="bodyID" class="dtBODY">
|
|
<div id="nsbanner">
|
|
<div id="bannerrow1">
|
|
<table class="bannerparthead" cellspacing="0">
|
|
<tr id="hdr">
|
|
<td class="runninghead">btb-class</td>
|
|
<td class="product">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div id="TitleRow">
|
|
<h1 class="dtH1">ComponentOwl.BetterThumbnailBrowser.Collections Namespace</h1>
|
|
</div>
|
|
</div>
|
|
<div id="nstext">
|
|
<p>
|
|
<a href="~ComponentOwl.BetterThumbnailBrowser.Collections~Hierarchy.html">Namespace Hierarchy</a>
|
|
</p>
|
|
<h3 class="dtH3">Classes</h3>
|
|
<div class="tablediv">
|
|
<table class="dtTABLE" cellspacing="0">
|
|
<tr valign="top">
|
|
<th width="50%">Class</th>
|
|
<th width="50%">Description</th>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td width="50%">
|
|
<a href="BetterThumbnailBrowser~ComponentOwl.BetterThumbnailBrowser.Collections.PriorityQueue$1.html">PriorityQueue(TItem)</a>
|
|
</td>
|
|
<td width="50%"> A queue returning item with highest priority first while removing the item from collection. This implementation differs from System.Collections.SortedList because allows adding items with non-unique priorities. </td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td width="50%">
|
|
<a href="BetterThumbnailBrowser~ComponentOwl.BetterThumbnailBrowser.Collections.PriorityQueue$2.html">PriorityQueue(TPriority,TItem)</a>
|
|
</td>
|
|
<td width="50%"> A queue returning item with highest priority first while removing the item from collection. This implementation differs from System.Collections.SortedList because allows adding items with non-unique priorities. </td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td width="50%">
|
|
<a href="BetterThumbnailBrowser~ComponentOwl.BetterThumbnailBrowser.Collections.ReadOnlyDictionary$2.html">ReadOnlyDictionary(TKey,TValue)</a>
|
|
</td>
|
|
<td width="50%"> Read-only dictionary. </td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td width="50%">
|
|
<a href="BetterThumbnailBrowser~ComponentOwl.BetterThumbnailBrowser.Collections.ReadOnlySet$1.html">ReadOnlySet(TItem)</a>
|
|
</td>
|
|
<td width="50%"> Read-only hash set. </td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td width="50%">
|
|
<a href="BetterThumbnailBrowser~ComponentOwl.BetterThumbnailBrowser.Collections.ReadWriteDictionary$2.html">ReadWriteDictionary(TKey,TValue)</a>
|
|
</td>
|
|
<td width="50%"> Custom dictionary. </td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td width="50%">
|
|
<a href="BetterThumbnailBrowser~ComponentOwl.BetterThumbnailBrowser.Collections.Set$1.html">Set(TItem)</a>
|
|
</td>
|
|
<td width="50%"> Hash set. </td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td width="50%">
|
|
<a href="BetterThumbnailBrowser~ComponentOwl.BetterThumbnailBrowser.Collections.SortedList$1.html">SortedList(TItem)</a>
|
|
</td>
|
|
<td width="50%"> List that can keep its items sorted. </td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td width="50%">
|
|
<a href="BetterThumbnailBrowser~ComponentOwl.BetterThumbnailBrowser.Collections.SortedSet$1.html">SortedSet(TItem)</a>
|
|
</td>
|
|
<td width="50%"> Sorted hash set implementation. </td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<h3 class="dtH3">Interfaces</h3>
|
|
<div class="tablediv">
|
|
<table class="dtTABLE" cellspacing="0">
|
|
<tr valign="top">
|
|
<th width="50%">Interface</th>
|
|
<th width="50%">Description</th>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td width="50%">
|
|
<a href="BetterThumbnailBrowser~ComponentOwl.BetterThumbnailBrowser.Collections.IExtendedCollection$1.html">IExtendedCollection(TItem)</a>
|
|
</td>
|
|
<td width="50%"> Collection with extensions for certain collection operations. </td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td width="50%">
|
|
<a href="BetterThumbnailBrowser~ComponentOwl.BetterThumbnailBrowser.Collections.IExtendedList$1.html">IExtendedList(TItem)</a>
|
|
</td>
|
|
<td width="50%"> List with extensions for certain list operations. </td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<hr />
|
|
<div id="footer">
|
|
<p>
|
|
<a href="mailto:support@componentowl.com?subject=btb-class%20Documentation%20Feedback:%20ComponentOwl.BetterThumbnailBrowser.Collections%20Namespace">Send comments on this topic.</a>
|
|
</p>
|
|
<p>
|
|
<a>Copyright © 2010-2012 ComponentOwl.com</a>
|
|
</p>
|
|
<p>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |