Provides a debug view applicable for DebuggerTypeProxyAttribute
for IDictionaryTKey, TValue types.
Inheritance Hierarchy
KGySoft.DiagnosticsDictionaryDebugViewTKey, TValue
Namespace: KGySoft.Diagnostics
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 5.5.0-rc.1
Syntax
Type Parameters
- TKey
- Type of the keys in the dictionary.
- TValue
- Type of the values in the dictionary.
The DictionaryDebugViewTKey, TValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DictionaryDebugViewTKey, TValue |
Creates a new instance of DictionaryDebugViewTKey, TValue class.
|
Properties
Name | Description | |
---|---|---|
![]() | Items |
Gets the visible items in the debugger view
|
Extension Methods
Name | Description | |
---|---|---|
![]() | Convert(Type, CultureInfo) | Overloaded.
Converts an Object specified in the obj parameter to the desired targetType.
(Defined by ObjectExtensions.)See the Examples section of the generic ConvertTTarget(Object, CultureInfo) overload for an example. |
![]() ![]() | ConvertTTarget(CultureInfo) | Overloaded. (Defined by ObjectExtensions.) |
![]() | In |
Gets whether item is among the elements of set.
(Defined by ObjectExtensions.)See the Examples section of the generic InT(T, T) overload for an example. |
![]() | TryConvert(Type, Object) | Overloaded. (Defined by ObjectExtensions.) |
![]() | TryConvert(Type, CultureInfo, Object) | Overloaded. (Defined by ObjectExtensions.) |
![]() | TryConvertTTarget(TTarget) | Overloaded.
Tries to convert an Object specified in the obj parameter to the desired TTarget.
(Defined by ObjectExtensions.)See the Examples section of the ConvertTTarget(Object, CultureInfo) method for a related example. |
![]() | TryConvertTTarget(CultureInfo, TTarget) | Overloaded.
Tries to convert an Object specified in the obj parameter to the desired TTarget.
(Defined by ObjectExtensions.)See the Examples section of the ConvertTTarget(Object, CultureInfo) method for a related example. |
See Also