Expression.Goto Method (LabelTarget, Type)
Silverlight
Creates a GotoExpression representing a "go to" statement with the specified type.
Namespace: System.Linq.Expressions
Assembly: System.Core (in System.Core.dll)
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.GotoExpressionA 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.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.