CodeDefaultValueExpression Constructors
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.
Initializes a new instance of the CodeDefaultValueExpression class.
Overloads
CodeDefaultValueExpression() |
Initializes a new instance of the CodeDefaultValueExpression class. |
CodeDefaultValueExpression(CodeTypeReference) |
Initializes a new instance of the CodeDefaultValueExpression class using the specified code type reference. |
CodeDefaultValueExpression()
Initializes a new instance of the CodeDefaultValueExpression class.
public:
CodeDefaultValueExpression();
public CodeDefaultValueExpression ();
Public Sub New ()
Applies to
CodeDefaultValueExpression(CodeTypeReference)
Initializes a new instance of the CodeDefaultValueExpression class using the specified code type reference.
public:
CodeDefaultValueExpression(System::CodeDom::CodeTypeReference ^ type);
public CodeDefaultValueExpression (System.CodeDom.CodeTypeReference type);
new System.CodeDom.CodeDefaultValueExpression : System.CodeDom.CodeTypeReference -> System.CodeDom.CodeDefaultValueExpression
Public Sub New (type As CodeTypeReference)
Parameters
- type
- CodeTypeReference
A CodeTypeReference that specifies the reference to a value type.
Applies to
.NET