CodePrimitiveExpression 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 CodePrimitiveExpression class.
Overloads
CodePrimitiveExpression() |
Initializes a new instance of the CodePrimitiveExpression class. |
CodePrimitiveExpression(Object) |
Initializes a new instance of the CodePrimitiveExpression class using the specified object. |
CodePrimitiveExpression()
- Source:
- CodePrimitiveExpression.cs
- Source:
- CodePrimitiveExpression.cs
- Source:
- CodePrimitiveExpression.cs
- Source:
- CodePrimitiveExpression.cs
Initializes a new instance of the CodePrimitiveExpression class.
public:
CodePrimitiveExpression();
public CodePrimitiveExpression ();
Public Sub New ()
Applies to
CodePrimitiveExpression(Object)
- Source:
- CodePrimitiveExpression.cs
- Source:
- CodePrimitiveExpression.cs
- Source:
- CodePrimitiveExpression.cs
- Source:
- CodePrimitiveExpression.cs
Initializes a new instance of the CodePrimitiveExpression class using the specified object.
public:
CodePrimitiveExpression(System::Object ^ value);
public CodePrimitiveExpression (object value);
new System.CodeDom.CodePrimitiveExpression : obj -> System.CodeDom.CodePrimitiveExpression
Public Sub New (value As Object)
Parameters
- value
- Object
The object to represent.