DictionaryDebugViewTKey, TValueItems Property
Gets the visible items in the debugger view
Namespace: KGySoft.DiagnosticsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 7.1.0
public KeyValuePair<TKey, TValue>[] Items { get; }
Public ReadOnly Property Items As KeyValuePair(Of TKey, TValue)()
Get
public:
property array<KeyValuePair<TKey, TValue>>^ Items {
array<KeyValuePair<TKey, TValue>>^ get ();
}
member Items : KeyValuePair<'TKey, 'TValue>[] with get
Property Value
KeyValuePairTKey,
TValue