Also eager to hear any solution to this..
J
jepskiluv
@jepskiluv
Posts
-
Tools for merging multiple xsd files -
Using ConfigurationElement / ConfigurationElementCollectionHi 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?