Right, so I have an enumerable and wish to get distinct values from it. Using System.Linq, there’s, of course, an extension method called Distinct. In the simple case, it...
Does C# have extension properties? For example, can I add an extension property to DateTimeFormatInfo called ShortDateLongTimeFormat which would return ShortDatePattern + " " + LongTimePattern? 6 s 6