ManagedSortedSet 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 SortedSet<T> whose generic type argument is Int32.
public class ManagedSortedSet
type ManagedSortedSet = class
Public Class ManagedSortedSet
- Inheritance
-
ManagedSortedSet
Constructors
| ManagedSortedSet(ReaderWriterLockSlim) |
Properties
| SyncRoot |
Methods
| Add(IEnumerable<Int32>) | |
| Add(Int32[]) | |
| Clear() |
Clears all elements from the set and returns the removed elements. |
| InvalidateOrUpdate(Int32, Int32, Int32) |
Removes all elements in the range [ |
| ToArray() | |