How to create a List with a dynamic object type July 30, 2023 by Tarik Just use dynamic as the argument: var list = new List<dynamic>();