60 lines
4.8 KiB
HTML
60 lines
4.8 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>Set(TItem) Methods</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">Set(TItem) Methods</h1>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
<div id="nstext">
|
|||
|
|
<p>The methods of the <b>Set(TItem)</b> class are listed below. For a complete list of <b>Set(TItem)</b> class members, see the <a href="BetterListView~ComponentOwl.BetterListView.Collections.Set$1~Members.html">Set(TItem) Members</a> topic.</p>
|
|||
|
|
<h4 class="dtH4" xmlns:ndoc="urn:ndoc-schema">Public Instance Methods</h4>
|
|||
|
|
<div class="tablediv" xmlns:ndoc="urn:ndoc-schema">
|
|||
|
|
<table class="dtTABLE" cellspacing="0">
|
|||
|
|
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="BetterListView~ComponentOwl.BetterListView.Collections.Set$1.Add.html">Add</a></td><td width="50%"> Adds an item to 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.Collections.Set$1.AddRange.html">AddRange</a></td><td width="50%"> Add the specified items in the set. </td></tr>
|
|||
|
|
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="BetterListView~ComponentOwl.BetterListView.Collections.Set$1.AsReadOnly.html">AsReadOnly</a></td><td width="50%"> Get read-only variant of this collection. </td></tr>
|
|||
|
|
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="BetterListView~ComponentOwl.BetterListView.Collections.Set$1.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.Collections.Set$1.ExceptWith.html">ExceptWith</a></td><td width="50%"> Remove items contained in the specified IEnumerable{T}. </td></tr>
|
|||
|
|
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="BetterListView~ComponentOwl.BetterListView.Collections.Set$1.Remove.html">Remove</a></td><td width="50%"> Removes the first occurrence of a specific object 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.Collections.Set$1.RemoveRange.html">RemoveRange</a></td><td width="50%"> Remove the specified items from the set. </td></tr>
|
|||
|
|
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="BetterListView~ComponentOwl.BetterListView.Collections.Set$1.SymmetricExceptWith.html">SymmetricExceptWith</a></td><td width="50%"> Change the set to contain only items common to the set and the specified enumerable. </td></tr>
|
|||
|
|
<tr VALIGN="top"><td width="50%"><img src="pubmethod.gif"></img><a href="BetterListView~ComponentOwl.BetterListView.Collections.Set$1.UnionWith.html">UnionWith</a></td><td width="50%"> Change the set to contain both items of the set and items of the specified enumerable. </td></tr></table>
|
|||
|
|
</div>
|
|||
|
|
<h4 class="dtH4">See Also</h4>
|
|||
|
|
<p>
|
|||
|
|
<a href="BetterListView~ComponentOwl.BetterListView.Collections.Set$1.html">Set<TItem> Class</a> | <a href="~ComponentOwl.BetterListView.Collections.html">ComponentOwl.BetterListView.Collections Namespace</a></p>
|
|||
|
|
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
|
|||
|
|
<param name="Keyword" value="Set(TItem) class, methods">
|
|||
|
|
</param>
|
|||
|
|
</object>
|
|||
|
|
<hr />
|
|||
|
|
<div id="footer">
|
|||
|
|
<p>
|
|||
|
|
<a href="mailto:support@componentowl.com?subject=Better%20ListView%20Class%20Reference%20Documentation%20Feedback:%20Set(TItem) Methods">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>
|