CodeTypeReferenceExpression Constructor
.NET Framework 2.0
Initializes a new instance of the CodeTypeReferenceExpression class.
| Name | Description |
|---|---|
| CodeTypeReferenceExpression () | Initializes a new instance of the CodeTypeReferenceExpression class. |
| CodeTypeReferenceExpression (CodeTypeReference) | Initializes a new instance of the CodeTypeReferenceExpression class using the specified type. |
| CodeTypeReferenceExpression (String) | Initializes a new instance of the CodeTypeReferenceExpression class using the specified data type name. |
| CodeTypeReferenceExpression (Type) | Initializes a new instance of the CodeTypeReferenceExpression class using the specified data type. |