Expression Konstruktor
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Membuat instans baru .Expression
Overload
Expression() |
Membuat instans baru .Expression |
Expression(ExpressionType, Type) |
Kedaluwarsa.
Kedaluwarsa.
Menginisialisasi instans baru kelas Expression. |
Expression()
- Sumber:
- Expression.cs
- Sumber:
- Expression.cs
- Sumber:
- Expression.cs
Membuat instans baru .Expression
protected:
Expression();
protected Expression ();
Protected Sub New ()
Berlaku untuk
Expression(ExpressionType, Type)
- Sumber:
- Expression.cs
- Sumber:
- Expression.cs
- Sumber:
- Expression.cs
Perhatian
use a different constructor that does not take ExpressionType. Then override NodeType and Type properties to provide the values that would be specified to this constructor.
Perhatian
This constructor has been deprecated. Use a different constructor that does not take ExpressionType. Then override NodeType and Type properties to provide the values that would be specified to this constructor.
Menginisialisasi instans baru kelas Expression.
protected:
Expression(System::Linq::Expressions::ExpressionType nodeType, Type ^ type);
[System.Obsolete("use a different constructor that does not take ExpressionType. Then override NodeType and Type properties to provide the values that would be specified to this constructor.")]
protected Expression (System.Linq.Expressions.ExpressionType nodeType, Type type);
[System.Obsolete("This constructor has been deprecated. Use a different constructor that does not take ExpressionType. Then override NodeType and Type properties to provide the values that would be specified to this constructor.")]
protected Expression (System.Linq.Expressions.ExpressionType nodeType, Type type);
protected Expression (System.Linq.Expressions.ExpressionType nodeType, Type type);
[<System.Obsolete("use a different constructor that does not take ExpressionType. Then override NodeType and Type properties to provide the values that would be specified to this constructor.")>]
new System.Linq.Expressions.Expression : System.Linq.Expressions.ExpressionType * Type -> System.Linq.Expressions.Expression
[<System.Obsolete("This constructor has been deprecated. Use a different constructor that does not take ExpressionType. Then override NodeType and Type properties to provide the values that would be specified to this constructor.")>]
new System.Linq.Expressions.Expression : System.Linq.Expressions.ExpressionType * Type -> System.Linq.Expressions.Expression
new System.Linq.Expressions.Expression : System.Linq.Expressions.ExpressionType * Type -> System.Linq.Expressions.Expression
Protected Sub New (nodeType As ExpressionType, type As Type)
Parameter
- nodeType
- ExpressionType
ExpressionType untuk diatur sebagai jenis node.
- type
- Type
Dari Type ini Expression.
- Atribut
Keterangan
Konstruktor ini dipanggil dari konstruktor di kelas turunan.