Expression.MakeGoto(GotoExpressionKind, LabelTarget, Expression, Type) 메서드

정의

지정된 GotoExpressionKind점프 GotoExpression 의 표시를 만듭니다. 점프 시 레이블에 전달된 값을 지정할 수도 있습니다.

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

매개 변수

target
LabelTarget

LabelTarget 점프 GotoExpression 할 것입니다.

value
Expression

점프 시 연결된 레이블에 전달될 값입니다.

type
Type

Type 속성을 같게 Type 설정하는 값입니다.

반품

GotoExpression 속성이 Kind 같고kind, 속성targetTargetType 설정type되고value, 점프 시 대상 레이블에 전달됩니다.

적용 대상