Expression.Break Method (LabelTarget, Type)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Creates a GotoExpression representing a break statement with the specified type.
Namespace: System.Linq.Expressions
Assembly: System.Core (in System.Core.dll)
Syntax
'Declaration
Public Shared Function Break ( _
target As LabelTarget, _
type As Type _
) As GotoExpression
public static GotoExpression Break(
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 Break, the Target property set to target, and the Type property set to type.
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.