ReturnStatement


Description:

public ReturnStatement (Expression? return_expression = null, SourceReference? source_reference = null)

Creates a new return statement.

Parameters:

return_expression

the return expression

source_reference

reference to source code

Returns:

newly created return statement