System.CodeDom.CodeTypeReferenceExpression Class

Represents a reference to a data type.

See Also: CodeTypeReferenceExpression Members

Syntax

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

Remarks

System.CodeDom.CodeTypeReferenceExpression can be used to reference a particular data type.

The CodeTypeReferenceExpression.Type property specifies the data type to reference.

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