ManagedSortedSet Class

Definition

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 [start, start + count) from the set, and updates all elements that are larger than or equal to start + count with lineNr => lineNr + lineNrChange.

ToArray()

Applies to