I was wondering how you would take IL and convert it to C# and vise versa. (Reflector converts at least IL to C# using the Reflection library in .net)

Is it possible to go from C# to IL? If not how do you go from IL to C#?