How can I inspect internals of Spring4D IDictionary - content of TDictionary?

121 Views Asked by At
var
dictIntf : IDictionary;

begin
...
dictIntf := TCollections.CreateDictionary<Integer,Integer>;
dictIntf.Add(1,2);
...
end;

I tried Debug/Inspect/Type Cast and insert Spring.Collections.Dictionaries.TDictionary<System.Integer,System.Integer>, but a message pops up: ...expression error.

0

There are 0 best solutions below