Expression.MakeGoto(GotoExpressionKind, LabelTarget, Expression, Type) Yöntem
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.
Belirtilen GotoExpressionKindatlamayı temsil eden bir GotoExpression oluşturur. Atlama sırasında etikete geçirilen değer de belirtilebilir.
public:
static System::Linq::Expressions::GotoExpression ^ MakeGoto(System::Linq::Expressions::GotoExpressionKind kind, System::Linq::Expressions::LabelTarget ^ target, System::Linq::Expressions::Expression ^ value, Type ^ type);
public static System.Linq.Expressions.GotoExpression MakeGoto (System.Linq.Expressions.GotoExpressionKind kind, System.Linq.Expressions.LabelTarget target, System.Linq.Expressions.Expression value, Type type);
public static System.Linq.Expressions.GotoExpression MakeGoto (System.Linq.Expressions.GotoExpressionKind kind, System.Linq.Expressions.LabelTarget target, System.Linq.Expressions.Expression? value, Type type);
static member MakeGoto : System.Linq.Expressions.GotoExpressionKind * System.Linq.Expressions.LabelTarget * System.Linq.Expressions.Expression * Type -> System.Linq.Expressions.GotoExpression
Public Shared Function MakeGoto (kind As GotoExpressionKind, target As LabelTarget, value As Expression, type As Type) As GotoExpression
Parametreler
- kind
- GotoExpressionKind
öğesinin GotoExpressionKind .GotoExpression
- target
- LabelTarget
Atlayacakları LabelTargetGotoExpression şey.
- value
- Expression
Atlama sırasında ilişkili etikete geçirilecek değer.
Döndürülenler
GotoExpression değerine eşit kind
olan Kind , Target özelliği olarak target
ayarlanır, Type özelliği olarak ayarlanır type
ve value
atlama sırasında hedef etikete geçirilir.