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.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET