0

I'm parsing JSON in a background task. I'm parsing the result to a class with the NewtonSoft parser.

parsing

Because the classes i'm parsing the result are sealed, it gives conflicts when i use a list of sealed class A in sealed class B

enter image description here

This gives me the errors

enter image description here

I'm fairly new to programming for windows phone and i have not a single clue what to do with this.

Thanks in advance

Jeroen Brock
  • 191
  • 8
  • Have you tried changing `List` to `IList` as suggested by the compiler? – Jurgen Camilleri Aug 20 '15 at 12:29
  • It looks like `List` is not supported, it doesn't appear to be anything to do with the fact that the class is sealed. – Ben Robinson Aug 20 '15 at 12:30
  • apparently this solved the problem... I didnt understand what the compiler was suggesting since i never really understood/understand what the I stands for. or what it actually does.. Thanks for the help ! – Jeroen Brock Aug 20 '15 at 12:32

0 Answers0