| |
|
Monday, July 01, 2002
|
|
Richard was asking for opinions about using the C# type aliases versus using the FCL types (e.g. int vs System.Int32). It's subjective, of course, but I always use the C# type aliases. I figure, if you're going to use the language, one should embrace it fully. In C#, the type aliases mean int==System.Int32, and I don't mind doing the mapping when I need to find the correct method on System.Convert...
[Peter Drayton's Radio Weblog]
11:05:39 AM
|
|
|
|
© Copyright 2002 Patrick Steele.
Last update: 8/2/2002; 9:15:07 AM.
|
|
|