Enhanced C#
Language of your choice: library documentation
Properties | Public Member Functions | List of all members
Loyc.Collections.DictionaryDebugView< K, V > Class Template Reference

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...


Source file:

Remarks

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)