JSON .NET Deserialize into existing Dictionary

前端 未结 0 870
庸人自扰
庸人自扰 2021-01-22 08:43

I have a class with a case insensitive Dictionary as follows:

public class Foo
{
    public IDictionary Files { get; } = new Dictionary

        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题