Related: A list of multiple data types?
I want to know how to store different array types (including system types) inside an array.
The above question covered ho
You can specify not only custom types. List, List, List will works as well. If you need to store mixed types - you need to specify closest base class for all types. In List can be stored instance of any type.
List