C
C#Pdawg

❔ Set item to null inside a list

Hey! I am trying to remove some items from a JSON object (created like var model = new ObjectModel{}). Inside of the object model is a Pages<PagesResource> list, and inside of that is the IconBindings object. I need to be able to set it to null. It’s hard to explain, so here’s the source code (and there is a comment on what I need to do): https://github.com/Pdawg-bytes/webtile-json-serializer
GitHub
GitHub - Pdawg-bytes/webtile-json-serializer: This simple console p...
This simple console program lets you serialize a Microsoft Band WebTile from C# code. - GitHub - Pdawg-bytes/webtile-json-serializer: This simple console program lets you serialize a Microsoft Band...
M
mtreit511d ago
At first glance, since all of those properties are public you should be able to access them...what is the exact error you are getting?
A
Accord510d ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.