ValueQueue<T> struct ValueQueue<T> Documentation Code public int Count { get; } public void Enqueue(T value) public bool TryDequeue(out T value)