I'd like to do like that in c#...
Type myDict = Dictionary<string, object>;
Type myDictList = List<myDict>;
It's kind of possible in typescript, but after looking hard and long, didn't find whether it's possible at all.
I'd like to do like that in c#...
Type myDict = Dictionary<string, object>;
Type myDictList = List<myDict>;
It's kind of possible in typescript, but after looking hard and long, didn't find whether it's possible at all.