DictionaryDebugViewTKey, TValue Constructor

Creates a new instance of DictionaryDebugViewTKey, TValue class.

Definition

Namespace: KGySoft.Diagnostics
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 7.1.0
C#
public DictionaryDebugView(
	IDictionary<TKey, TValue> dictionary
)

Parameters

dictionary  IDictionaryTKey, TValue
The dictionary to provide the view for.

See Also