You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: