Expression.MakeGoto(GotoExpressionKind, LabelTarget, Expression, Type) Yöntem

Tanım

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

target
LabelTarget

Atlayacakları LabelTargetGotoExpression şey.

value
Expression

Atlama sırasında ilişkili etikete geçirilecek değer.

type
Type

Özelliğinin Type değerine eşit olarak ayarlanması için birType.

Döndürülenler

GotoExpression değerine eşit kindolan Kind , Target özelliği olarak targetayarlanır, Type özelliği olarak ayarlanır typeve value atlama sırasında hedef etikete geçirilir.

Şunlara uygulanır