CollectionDebuggerView<T, U> sealed class CollectionDebuggerView<T, U> Documentation Code public KeyValuePair<T, U>[] Items { get; } public CollectionDebuggerView(ICollection<KeyValuePair<T, U>> col)