Expression.Label Method (LabelTarget, Expression)
.NET Framework (current version)
Creates a LabelExpression representing a label with the given default value.
Assembly: System.Core (in System.Core.dll)
Public Shared Function Label ( target As LabelTarget, defaultValue As Expression ) As LabelExpression
Parameters
- target
-
Type:
System.Linq.Expressions.LabelTarget
The LabelTarget which this LabelExpression will be associated with.
- defaultValue
-
Type:
System.Linq.Expressions.Expression
The value of this LabelExpression when the label is reached through regular control flow.
Return Value
Type: System.Linq.Expressions.LabelExpressionA LabelExpression with the given default value.
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: