95 lines
9.2 KiB
HTML
95 lines
9.2 KiB
HTML
<html dir="LTR" xmlns:ndoc="urn:ndoc-schema">
|
|
<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>DictionaryBase(TKey,TValue) Members</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">Better ListView Class Reference</td>
|
|
<td class="product">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div id="TitleRow">
|
|
<h1 class="dtH1">DictionaryBase(TKey,TValue) Members
|
|
</h1>
|
|
</div>
|
|
</div>
|
|
<div id="nstext">
|
|
<p>
|
|
<a href="BetterListView~ComponentOwl.BetterListView.DictionaryBase$2.html">DictionaryBase(TKey,TValue) overview</a>
|
|
</p>
|
|
<h4 class="dtH4">Public Instance Properties</h4>
|
|
<div class="tablediv">
|
|
<table class="dtTABLE" cellspacing="0">
|
|
<tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="BetterListView~ComponentOwl.BetterListView.DictionaryBase$2.Count.html">Count</a></td><td width="50%"> Gets the number of elements contained in the <a href="http://msdn.microsoft.com/en-us/library/System.Collections.Generic.ICollection`1(VS.90).aspx">ICollection`1</a>. </td></tr>
|
|
<tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="BetterListView~ComponentOwl.BetterListView.DictionaryBase$2.IsReadOnly.html">IsReadOnly</a></td><td width="50%"> Gets a value indicating whether the <a href="http://msdn.microsoft.com/en-us/library/System.Collections.Generic.ICollection`1(VS.90).aspx">ICollection`1</a> is read-only. </td></tr>
|
|
<tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="BetterListView~ComponentOwl.BetterListView.DictionaryBase$2.IsSynchronized.html">IsSynchronized</a></td><td width="50%"> Gets a value indicating whether access to the <a href="http://msdn.microsoft.com/en-us/library/System.Collections.ICollection(VS.90).aspx">ICollection</a> is synchronized (thread safe). </td></tr>
|
|
<tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="BetterListView~ComponentOwl.BetterListView.DictionaryBase$2.Item.html">Item</a></td><td width="50%"> Gets or sets the element with the specified key. </td></tr>
|
|
<tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="BetterListView~ComponentOwl.BetterListView.DictionaryBase$2.Keys.html">Keys</a></td><td width="50%"> Gets an <a href="http://msdn.microsoft.com/en-us/library/System.Collections.Generic.ICollection`1(VS.90).aspx">ICollection`1</a> containing the keys of the <a href="http://msdn.microsoft.com/en-us/library/System.Collections.Generic.IDictionary`2(VS.90).aspx">IDictionary`2</a>. </td></tr>
|
|
<tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="BetterListView~ComponentOwl.BetterListView.DictionaryBase$2.SyncRoot.html">SyncRoot</a></td><td width="50%"> Gets an object that can be used to synchronize access to the <a href="http://msdn.microsoft.com/en-us/library/System.Collections.ICollection(VS.90).aspx">ICollection</a>. </td></tr>
|
|
<tr VALIGN="top"><td width="50%"><img src="pubproperty.gif"></img><a href="BetterListView~ComponentOwl.BetterListView.DictionaryBase$2.Values.html">Values</a></td><td width="50%"> Gets an <a href="http://msdn.microsoft.com/en-us/library/System.Collections.Generic.ICollection`1(VS.90).aspx">ICollection`1</a> containing the values in the <a href="http://msdn.microsoft.com/en-us/library/System.Collections.Generic.IDictionary`2(VS.90).aspx">IDictionary`2</a>. </td></tr></table>
|
|
</div>
|
|
<h4 class="dtH4">Public Instance Methods</h4>
|
|
<div class="tablediv">
|
|
<table class="dtTABLE" cellspacing="0">
|
|
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="BetterListView~ComponentOwl.BetterListView.DictionaryBase$2.Add~Overloads.html">Add</a></td><td width="50%">Overloaded. Adds an element with the provided key and value to the <a href="http://msdn.microsoft.com/en-us/library/System.Collections.Generic.IDictionary`2(VS.90).aspx">IDictionary`2</a>. </td></tr>
|
|
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="BetterListView~ComponentOwl.BetterListView.DictionaryBase$2.Clear.html">Clear</a></td><td width="50%"> Removes all items from the <a href="http://msdn.microsoft.com/en-us/library/System.Collections.Generic.ICollection`1(VS.90).aspx">ICollection`1</a>. </td></tr>
|
|
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="BetterListView~ComponentOwl.BetterListView.DictionaryBase$2.Contains.html">Contains</a></td><td width="50%"> Determines whether the <a href="http://msdn.microsoft.com/en-us/library/System.Collections.Generic.ICollection`1(VS.90).aspx">ICollection`1</a> contains a specific value. </td></tr>
|
|
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="BetterListView~ComponentOwl.BetterListView.DictionaryBase$2.ContainsKey.html">ContainsKey</a></td><td width="50%"> Determines whether the <a href="http://msdn.microsoft.com/en-us/library/System.Collections.Generic.IDictionary`2(VS.90).aspx">IDictionary`2</a> contains an element with the specified key. </td></tr>
|
|
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="BetterListView~ComponentOwl.BetterListView.DictionaryBase$2.CopyTo~Overloads.html">CopyTo</a></td><td width="50%">Overloaded. Copies the elements of the <a href="http://msdn.microsoft.com/en-us/library/System.Collections.ICollection(VS.90).aspx">ICollection</a> to an <a href="http://msdn.microsoft.com/en-us/library/System.Array(VS.90).aspx">Array</a>, starting at a particular <b>Array</b> index. </td></tr>
|
|
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="BetterListView~ComponentOwl.BetterListView.DictionaryBase$2.EqualsContent.html">EqualsContent</a></td><td width="50%"> Check whether content of this dictionary equals content of the specified dictionary. </td></tr>
|
|
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="BetterListView~ComponentOwl.BetterListView.DictionaryBase$2.GetEnumerator.html">GetEnumerator</a></td><td width="50%"> Returns an enumerator that iterates through the collection. </td></tr>
|
|
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="BetterListView~ComponentOwl.BetterListView.DictionaryBase$2.Remove~Overloads.html">Remove</a></td><td width="50%">Overloaded. Removes the element with the specified key from the <a href="http://msdn.microsoft.com/en-us/library/System.Collections.Generic.IDictionary`2(VS.90).aspx">IDictionary`2</a>. </td></tr>
|
|
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="BetterListView~ComponentOwl.BetterListView.DictionaryBase$2.TryGetValue.html">TryGetValue</a></td><td width="50%"> Gets the value associated with the specified key. </td></tr></table>
|
|
</div>
|
|
<h4 class="dtH4">Protected Instance Constructors</h4>
|
|
<div class="tablediv">
|
|
<table class="dtTABLE" cellspacing="0">
|
|
<tr VALIGN="top">
|
|
<td width="50%">
|
|
<img src="protmethod.gif" />
|
|
<a href="BetterListView~ComponentOwl.BetterListView.DictionaryBase$2~Constructors.html">DictionaryBase(TKey,TValue)</a>
|
|
</td>
|
|
<td width="50%">Overloaded. Initializes a new instance of the DictionaryBase(TKey,TValue) class.</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<h4 class="dtH4">Protected Instance Properties</h4>
|
|
<div class="tablediv">
|
|
<table class="dtTABLE" cellspacing="0">
|
|
<tr VALIGN="top"><td width="50%"><img src="protproperty.gif"></img><a href="BetterListView~ComponentOwl.BetterListView.DictionaryBase$2.InnerDictionary.html">InnerDictionary</a></td><td width="50%"> Underlying dictionary. </td></tr></table>
|
|
</div>
|
|
<h4 class="dtH4">See Also</h4>
|
|
<p>
|
|
<a href="BetterListView~ComponentOwl.BetterListView.DictionaryBase$2.html">DictionaryBase<TKey, TValue> Class</a> | <a href="~ComponentOwl.BetterListView.html">ComponentOwl.BetterListView Namespace</a></p>
|
|
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
|
|
<param name="Keyword" value="DictionaryBase(TKey,TValue) class">
|
|
</param>
|
|
<param name="Keyword" value="ComponentOwl.BetterListView.DictionaryBase`2 class">
|
|
</param>
|
|
<param name="Keyword" value="DictionaryBase(TKey,TValue) class, all members">
|
|
</param>
|
|
</object>
|
|
<hr />
|
|
<div id="footer">
|
|
<p>
|
|
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20DictionaryBase(TKey,TValue)%20Members
 ">Send comments on this topic.</a>
|
|
</p>
|
|
<p>
|
|
<a>Copyright © 2010-2012 ComponentOwl.com</a>
|
|
</p>
|
|
<p>Generated from assembly BetterListView [3.1.0.0] by <a href="http://ndoc3.sourceforget.net">NDoc3</a></p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |