|
|
Browse by Tags
All Tags » c# » type
-
Over the holidays, for some light holiday reading while resting the bruises from ski-slope related activities, I took Bill Wagner's book ''More effective C#'' it showed a few ways in which C#3's anonymous types can be passed to methods, which i had thought was beyond thier scope.
Given this definition:
var anonTypedObject = new { Name = ...
|
|
|