Goto Method (LabelTarget, Type)
Collapse the table of content
Expand the table of content

Expression.Goto Method (LabelTarget, Type)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Creates a GotoExpression representing a "go to" statement with the specified type.

Namespace:  System.Linq.Expressions
Assembly:  System.Core (in System.Core.dll)

public static GotoExpression Goto(
	LabelTarget target,
	Type type
)

Parameters

target
Type: System.Linq.Expressions.LabelTarget
The LabelTarget that the GotoExpression will jump to.
type
Type: System.Type
An Type to set the Type property equal to.

Return Value

Type: System.Linq.Expressions.GotoExpression
A GotoExpression with Kind equal to Goto, the Target property set to the specified value, the Type property set to type, and a null value to be passed to the target label upon jumping.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft