Using C#’s Extension Methods with VBVoice

For developers creating IVR applications with VBVoice™, there are many approaches to expanding object functionality. A feature of the C# programming language, Extension Methods, allows you to expand an object’s functionality even if you have no access to the source code. Extension Methods differ from other approaches to expanding functionality because they look like the original members of the target class, and are a very readable (and therefore usable) approach to VBVoice application development.