1 // CS1110: `C.Foo(this string)': Extension methods cannot be declared without a reference to System.Core.dll assembly. Add the assembly reference or remove `this' modifer from the first parameter
3 // Compiler options: -noconfig
7 static void Foo (this string s
)