Friday, June 29, 2007
No so much for my future reference, but to refer people too should the topic of how generic types are represented by name ever crops up again.

Type FullName
typeof (List<>).FullName System.Collections.Generic.List`1
typeof(List<int>).FullName System.Collections.Generic.List`1[[System.Int32]]
typeof(Dictionary<,>).FullName System.Collections.Generic.Dictionary`2
typeof(Dictionary<string,int>).FullName System.Collections.Generic.Dictionary`2[[System.String],[System.Int32]]
typeof(Dictionary<string,List<int>>).FullName System.Collections.Generic.Dictionary`2[[System.String],[System.Collections.Generic.List`1[[System.Int32]]]]
posted @ Friday, June 29, 2007 4:47:25 AM (New Zealand Standard Time, UTC+12:00)    Comments [2] | Trackback |
Friday, July 06, 2007 2:40:40 AM (New Zealand Standard Time, UTC+12:00)
Looks like some of your types weren't fully escaped...
Scott
Friday, July 06, 2007 10:22:18 AM (New Zealand Standard Time, UTC+12:00)
Good spotting, have a chocolate fish :) oh, and they should be sorted now.

Chez,

- Alex
Comments are closed.
Search
FeedCount

Tags...
Who am I?
Alex Henderson
Alex Henderson
Auckland, New Zealand
Managing Director at Dev|Defined Limited

"Self Confessed Coding Junky for 15 years"
View Alex Henderson's profile on LinkedIn
 
Mobile: +64-21-402-969
Email: bittercoder 'at' gmail 'dot' com
MSN: bittercoder_nz@hotmail
Skype: alex.devdefined
Navigation