重複の可能性:
コレクションのコレクションを含む構成セクションを作成する方法は?
web.config でこのカスタム セクションのようなものを作成したいと思います
<MyCustomSection>
<Collection name="test">
<item name="foo" />
<item name="bar">
</Collection>
<Collection name="test2">
<item name="bob" />
<item name="joe" />
</Collection>
...
</MyCustomSection>
コレクションの作成方法を示す多くのチュートリアルを見てきました (このようなもの: http://dotnetslackers.com/articles/customconfiguration/Custom_Configuration_Collections.aspx ) が、コレクションのコレクションを作成する方法を示すものはありません。これは可能ですか?