CxStatementReturn

Description

sealed class Tinman.Core.Cx.Statements.CxStatementReturn

Derived from

CxStatement abstract
ICxExpressionUsageProvider

A statement that returns from a member, optionally providing a value:

return;
return a;

Public / Constructors

Cx​Statement​Return


public constructor CxStatementReturn → (1)

value opt : CxExpression = null

See Value.

Creates a new instance of CxStatementReturn.

Public / Attributes

Value


[Constant]
public attribute Value → (get)

value : CxExpression

The return value or null if no value is returned.

Returns the return value.