<PackageReference Include="NUnit" Version="3.10.0" />

SystemCollectionsConcurrent_ProducerConsumerCollectionDebugView<T>

A debugger view of the IProducerConsumerCollection that makes it simple to browse the collection's contents at a point in time.
public T[] Items { get; }

Returns a snapshot of the underlying collection's elements.

Constructs a new debugger view object for the provided collection object.