CodeExpressionStatement can be used to represent statements that consist of a single expression. A statement can stand alone and can be used, for example, with CodeMethodInvokeExpression to represent a method call without a return value. Author: Microsoft Code: ASP.NET v1.0 & VB