6 [DebuggerTypeProxy(typeof(GotoExpressionProxy))]
7 [global::__DynamicallyInvokable]
16 private readonly
Type _type;
20 [global::__DynamicallyInvokable]
23 [global::__DynamicallyInvokable]
32 [global::__DynamicallyInvokable]
35 [global::__DynamicallyInvokable]
44 [global::__DynamicallyInvokable]
47 [global::__DynamicallyInvokable]
56 [global::__DynamicallyInvokable]
59 [global::__DynamicallyInvokable]
68 [global::__DynamicallyInvokable]
71 [global::__DynamicallyInvokable]
86 protected internal override Expression Accept(ExpressionVisitor visitor)
88 return visitor.VisitGoto(
this);
95 [global::__DynamicallyInvokable]
LabelTarget Target
The target label where this node jumps to.
Expression Value
The value passed to the target, or null if the target is of type System.Void.
Used to represent the target of a T:System.Linq.Expressions.GotoExpression.
GotoExpression Update(LabelTarget target, Expression value)
Creates a new expression that is like this one, but using the supplied children. If all of the childr...
Provides the base class from which the classes that represent expression tree nodes are derived....
Represents an unconditional jump. This includes return statements, break and continue statements,...
sealed override ExpressionType NodeType
Returns the node type of this T:System.Linq.Expressions.Expression.
Represents type declarations: class types, interface types, array types, value types,...
GotoExpressionKind Kind
The kind of the "go to" expression. Serves information purposes only.
ExpressionType
Describes the node types for the nodes of an expression tree.
GotoExpressionKind
Specifies what kind of jump this T:System.Linq.Expressions.GotoExpression represents.