Open sandboxFocus

Method Return

Return()

Inserts a return; statement into the target code.

Declaration
[CompileTime(true, null)]
public static void Return()

Return(dynamic?)

Inserts a return statement into the target code. This can be used to return a value from void-returning template methods.

Declaration
public static void Return(dynamic? value)
Parameters
Type Name Description
dynamic value

The value to return.