System.CodeDom.CodeMethodReturnStatement.Expression Property

Gets or sets the return value.

Syntax

public CodeExpression Expression { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

This property should be null for subroutines and be set to something other than null for functions.

Requirements

Namespace: System.CodeDom
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0