System.CodeDom.CodeExpression Class

Represents a code expression. This is a base class for other code expression objects that is never instantiated.

See Also: CodeExpression Members

Syntax

[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisible(true)]
public class CodeExpression : CodeObject

Remarks

System.CodeDom.CodeExpression provides a base class for code expressions within the System.CodeDom namespace. System.CodeDom.CodeExpression is never instantiated. Instead it provides an abstract base class for other types of code expressions.

Requirements

Namespace: System.CodeDom
Assembly: System (in System.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0, 4.0.0.0