ManagedHashSet<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Thread-safe wrapper to HashSet<T>.
public class ManagedHashSet<T>
type ManagedHashSet<'T> = class
Public Class ManagedHashSet(Of T)
Type Parameters
- T
- Inheritance
-
ManagedHashSet<T>
Constructors
| ManagedHashSet<T>(IEnumerable<T>, ReaderWriterLockSlim) | |
| ManagedHashSet<T>(ReaderWriterLockSlim) |
Properties
| SyncRoot |
Methods
| Add(T) | |
| RemoveAll(Func<T,Boolean>) | |
| ToImmutableHashSet() |