DictionaryDebugViewTKey, TValueItems Property

Gets the visible items in the debugger view

Definition

Namespace: KGySoft.Diagnostics
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public KeyValuePair<TKey, TValue>[] Items { get; }

Property Value

KeyValuePairTKey, TValue

See Also