ChadBurggraf / plists-cs

Plist serialization and de-serialization for C# and .NET.
Other
30 stars 10 forks source link

plist serialization #1

Open shanthini opened 13 years ago

shanthini commented 13 years ago

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.

ChadBurggraf commented 13 years ago

Could you please provide a code sample that I can use to create a test case with?