0
kicks
C#/.NET Little Wonders: Using ‘default’ to Get Default Values
Today’s little wonder is another of those small items that can help a lot in certain situations, especially when writing generics. In particular, it is useful in determining what the default value of a given type would be.