What syntax do I use for my expressions?

What language syntax do I use for my expressions? Is there a document that describes the syntax that I should be using.

Any C# expression can be used. The expression engine uses a C# compiler, therefore any 1-liner C# expression can be used.

You can not use a C# code-block. Only 1-liners are supported.