CodeDefaultValueExpression Constructors

Definition

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()

Source:
CodeDefaultValueExpression.cs
Source:
CodeDefaultValueExpression.cs
Source:
CodeDefaultValueExpression.cs
Source:
CodeDefaultValueExpression.cs

Initializes a new instance of the CodeDefaultValueExpression class.

public:
 CodeDefaultValueExpression();
public CodeDefaultValueExpression ();
Public Sub New ()

Applies to

CodeDefaultValueExpression(CodeTypeReference)

Source:
CodeDefaultValueExpression.cs
Source:
CodeDefaultValueExpression.cs
Source:
CodeDefaultValueExpression.cs
Source:
CodeDefaultValueExpression.cs

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