Expression.Return Method (LabelTarget, Expression, Type)
.NET Framework (current version)
Creates a GotoExpression representing a return statement with the specified type. The value passed to the label upon jumping can be specified.
Assembly: System.Core (in System.Core.dll)
static member Return : target:LabelTarget * value:Expression * type:Type -> GotoExpression
Parameters
- target
-
Type:
System.Linq.Expressions.LabelTarget
The LabelTarget that the GotoExpression will jump to.
- value
-
Type:
System.Linq.Expressions.Expression
The value that will be passed to the associated label upon jumping.
- type
- Type: System.Type
Return Value
Type: System.Linq.Expressions.GotoExpressionA GotoExpression with Kind equal to Continue, the Target property set to target, the Type property set to type, and value to be passed to the target label upon jumping.
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: