1 override of ToDebugViewDictionaryItemArray
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
770
internal override DebugViewDictionaryItem<object, object?>[]
ToDebugViewDictionaryItemArray
()
2 references to ToDebugViewDictionaryItemArray
System.Collections.NonGeneric (2)
System\Collections\SortedList.cs (2)
772
return _list.
ToDebugViewDictionaryItemArray
();
1105
return _sortedList.
ToDebugViewDictionaryItemArray
();