T
timor.super
Hi group,
How can I implement a configuration section that can read such an
app.config
<configuration>
<MySection key="key1" value1="123" value2="234"/>
<MySection key="key2" value1="666" value2="99"/>
</configuration>
each thing i'm trying throw an exception if there more than one
MySection
Thanks for your help,
Best,
S.
How can I implement a configuration section that can read such an
app.config
<configuration>
<MySection key="key1" value1="123" value2="234"/>
<MySection key="key2" value1="666" value2="99"/>
</configuration>
each thing i'm trying throw an exception if there more than one
MySection
Thanks for your help,
Best,
S.