CodeExpression Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a code expression. This is a base class for other code expression objects that is never instantiated.
public ref class CodeExpression : System::CodeDom::CodeObject
public class CodeExpression : System.CodeDom.CodeObject
type CodeExpression = class
inherit CodeObject
Public Class CodeExpression
Inherits CodeObject
- Inheritance
- Derived
Remarks
CodeExpression provides a base class for code expressions within the System.CodeDom namespace. CodeExpression is never instantiated. Instead it provides an abstract base class for other types of code expressions.
Constructors
| Name | Description |
|---|---|
| CodeExpression() |
Initializes a new instance of the CodeExpression class. |
Properties
| Name | Description |
|---|---|
| UserData |
Gets the user-definable data for the current object. (Inherited from CodeObject) |