Expression.Break Method (LabelTarget)
.NET Framework (current version)
Creates a GotoExpression representing a break statement.
Assembly: System.Core (in System.Core.dll)
Parameters
- target
-
Type:
System.Linq.Expressions.LabelTarget
The LabelTarget that the GotoExpression will jump to.
Return Value
Type: System.Linq.Expressions.GotoExpressionA GotoExpression with Kind equal to Break, the Target property set to target, and a null value to be passed to the target label upon jumping.
The following example demonstrates how to create an expression that contains a LoopExpression object that uses the Break method.
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Show: