Expression Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
öğesinin yeni bir örneğini oluşturur Expression.
Aşırı Yüklemeler
Expression() |
öğesinin yeni bir örneğini oluşturur Expression. |
Expression(ExpressionType, Type) |
Geçersiz.
Geçersiz.
Expression sınıfının yeni bir örneğini başlatır. |
Expression()
- Kaynak:
- Expression.cs
- Kaynak:
- Expression.cs
- Kaynak:
- Expression.cs
öğesinin yeni bir örneğini oluşturur Expression.
protected:
Expression();
protected Expression ();
Protected Sub New ()
Şunlara uygulanır
Expression(ExpressionType, Type)
- Kaynak:
- Expression.cs
- Kaynak:
- Expression.cs
- Kaynak:
- Expression.cs
Dikkat
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.
Dikkat
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.
Expression sınıfının yeni bir örneğini başlatır.
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)
Parametreler
- nodeType
- ExpressionType
ExpressionType Düğüm türü olarak ayarlanacağı.
- type
- Type
Bu TypeExpressionöğesinin .
- Öznitelikler
Açıklamalar
Bu oluşturucu, türetilmiş sınıflardaki oluşturuculardan çağrılır.