Multiple objects in list, C#

Posted by anon on Stack Overflow See other posts from Stack Overflow or by anon
Published on 2010-06-07T15:09:36Z Indexed on 2010/06/07 15:12 UTC
Read the original article Hit count: 269

Filed under:
|
|

I'm looking for something similar to List<T>, that would allow me to have multiple T. For example: List<TabItem, DataGrid, int, string, ...> = new List<TabItem, DataGrid, int, string, ...>().

© Stack Overflow or respective owner

Related posts about c#

Related posts about wpf