Enhanced C#
Language of your choice: library documentation
|
Workaround for a limitation of the debugger: it doesn't support CollectionDebugView{T} when T is KeyValuePair{K,V}. This class is identical, except that T is replaced with KeyValuePair{K,V}. More...
Workaround for a limitation of the debugger: it doesn't support CollectionDebugView{T} when T is KeyValuePair{K,V}. This class is identical, except that T is replaced with KeyValuePair{K,V}.
Properties | |
KeyValuePair< K, V >[] | Items [get] |
Public Member Functions | |
DictionaryDebugView (ICollection< KeyValuePair< K, V >> collection) | |