plists-cs
plists-cs copied to clipboard
plist serialization
hi,
i am trying to implement your plist serialization as a part of my c# winform application. i don't understand how to do it. i included it in my project and declared my dictionary but it doesn't work. i am getting the following error Error 2 Using the generic type 'System.Collections.Generic.IDictionary<TKey,TValue>' requires '2' type arguments
My plist has 8 key,value pairs like your ID ,Name etc.. Can you provide some more documentation regarding this. thank you.
Could you please provide a code sample that I can use to create a test case with?