Using ConfigurationElement / ConfigurationElementCollection
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi Im trying to use the CustomConfiguration section to read some settings for my program. Is there a way to use ConfigurationElementCollection with anonymous Elements? All the examples i find look like this in the settings But I dont have a unique id for each element It looks like this Well im not excactly sure that my values are not unique but what i really want is to define a class called Filters and it should have all its children as an ArrayList or Array. anybody tried this?