Extension methods related to HashSet
Inheritance Hierarchy
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static class HashSetExtensions
<ExtensionAttribute>
Public NotInheritable Class HashSetExtensions
[ExtensionAttribute]
public ref class HashSetExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type HashSetExtensions = class end
The HashSetExtensions type exposes the following members.
Methods
| Name | Description |
---|
| AddNewOrOldRangeT |
Add a range of values to a hashset. It is OK if the values are already of the hashset.
|
TopSee Also