SimpleThreadSafeSet<T> public class SimpleThreadSafeSet<T> Documentation public int Count { get; } public SimpleThreadSafeSet() public bool Add(T item) public bool Remove(T item) public T[] ToArray()