aloneguid / config

⚙ Config.Net - the easiest configuration framework for .NET developers. No BS.
MIT License
641 stars 85 forks source link

Are arrays read only too? #76

Closed vector-man closed 4 years ago

vector-man commented 5 years ago

Can you save arrays of complex datatypes with your library?

aloneguid commented 5 years ago

@vector-man at the moment they are read-only, this needs some extra work for writing. I'm happy for anyone to have a look at this.