重複の可能性:
app.config でカスタム構成セクションを作成する方法は?
app.config ファイルからカスタム セクションを読み取るのに苦労しています。誰かがこれで私を助けてくれませんか。app.config に最大 6 レベルのネストされたカスタム セクションがあります。
私のApp.config
<configuration>
<Parent>
<mySystem>
<mySystemContainers>
<mySystemContainer name="one" >
<mySystems>
<clear/>
<System Name="name" GroupName="Group1"/>
<System Name="name2" GroupName="Group1"/>
</mySystems>
</mySystemContainer>
</mySystem>
</Parent>
</configuration>