Daily Archives: Friday, 19 March, 2010

Type Inference

Type Inference is a neat feature where the C# compiler can work out itself what type a reference to an object is. While this can be used for the developer to be lazy it is most useful when you are … Continue reading

Posted in Uncategorized | Tagged | 1 Comment