I am new to C# and am trying to create something like this using c#. How we can do that any suggestion. I just want to create list of dict.
a = [ { "server": "10.14.13.1", "prefer": "Yes" }, { "server": "10.1.2.1", "prefer": "No" } ]
I am new to C# and am trying to create something like this using c#. How we can do that any suggestion. I just want to create list of dict.
a = [ { "server": "10.14.13.1", "prefer": "Yes" }, { "server": "10.1.2.1", "prefer": "No" } ]
Notes
Refer to this link also.