Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
クラスのコレクション(約100)があります(Class1、Class2、Class3を想定)。リストを動的に作成し、リストに追加したい。たとえば、List<abc> test1 = new List<abc>();abc は Class1/Class2/ClassN である可能性があります。
List<abc> test1 = new List<abc>();