© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•4y ago•
2 replies
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{}
var model = new ObjectModel{}
). Inside of the object model is a
Pages<PagesResource>
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...
GitHub - Pdawg-bytes/webtile-json-serializer: This simple console p...
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

❔ Object reference set to null
C#CC# / help
3y ago
How to Dynamically add item to List?
C#CC# / help
3y ago
add multiple values inside a list
C#CC# / help
4y ago