I\'ve come across several instances of C# code like the following:
public static int Foo(this MyClass arg)
I haven\'t been able to find an
They are extension methods. Welcome to a whole new fluent world. :)