ListProjectionDebugView<T> sealed class ListProjectionDebugView<T> Documentation Code public ICollectionAdapter<T> Adapter { get; } public T[] Items { get; } public ListProjectionDebugView(ListProjection<T> projection)