Minggu, 27 Februari 2011
C# Compiler as a Service Update
Our C# compiler-as-a-service library can now process any C# construct, it is no longer limited to expressions and statements.This means, that you can now enter entire class definitions in the command line: csharp> class Demo { > public int Add (int a, int b) > { > return a + b; > } > }csharp> new Demo ().Add (1, 3);4 csharp> This work was done by the
Langganan:
Posting Komentar (Atom)
Tidak ada komentar:
Posting Komentar