Welcome back to the Visual Basic 9.0 Feature Focus blog series. In this post, we'll cover Extension Methods , a feature also available in C# 3.0 ( see here ). Extension methods allow you to "extend" an existing type with an instance method, at least virtually. That is, in reality an extension...