The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Expression::Return Method
.NET Framework (current version)
Creates a GotoExpression representing a return statement.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Return(LabelTarget^) | Creates a GotoExpression representing a return statement. |
![]() ![]() | Return(LabelTarget^, Expression^) | Creates a GotoExpression representing a return statement. The value passed to the label upon jumping can be specified. |
![]() ![]() | Return(LabelTarget^, Expression^, Type^) | Creates a GotoExpression representing a return statement with the specified type. The value passed to the label upon jumping can be specified. |
![]() ![]() | Return(LabelTarget^, Type^) | Creates a GotoExpression representing a return statement with the specified type. |
Show:

