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