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

2 overloads


public constructor CxStatementReturn1 → ()

Creates a new instance of CxStatementReturn.


public constructor CxStatementReturn2 → (1)

value in : CxExpression

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.

Serialization

Serial​Id


public static readonly attribute SerialId → (ISerialTypeInfo)

Serialization information about this type.