Closed shiftkey closed 10 years ago
Based on discussion in https://github.com/facebook-csharp-sdk/simple-json/pull/49, here's a simpler way to work out the fields/properties on a type at runtime...
from msdn
.NET Framework Supported in: 4.5.1, 4.5 .NET for Windows Store apps Supported in: Windows 8
I was worried about .NET 4.0 support but seems to work on PCL with .NET4,SL5,WP8,WinStore. So going to merge this in.
Based on discussion in https://github.com/facebook-csharp-sdk/simple-json/pull/49, here's a simpler way to work out the fields/properties on a type at runtime...