claunia / plist-cil

C#/.NET parser for Apple and GnuStep Property List (aka plist), based on Java's dd-plist
Other
54 stars 17 forks source link

Use a property for Content instead of GetContent/SetContent #20

Closed qmfrederik closed 7 years ago

qmfrederik commented 7 years ago

I think GetContent/SetContent is a left-over from the Java port, life becomes a lot easier when this is a C# property.

claunia commented 7 years ago

Yeah, when I ported it I was more into getting it to work exactly the same than in to .NET-ifying it. Thanks.