Поделиться через


CodeMethodReturnStatement Конструкторы

Определение

Инициализирует новый экземпляр класса CodeMethodReturnStatement.

Перегрузки

CodeMethodReturnStatement()

Инициализирует новый экземпляр класса CodeMethodReturnStatement.

CodeMethodReturnStatement(CodeExpression)

Инициализирует новый экземпляр класса CodeMethodReturnStatement, используя заданное выражение.

CodeMethodReturnStatement()

Исходный код:
CodeMethodReturnStatement.cs
Исходный код:
CodeMethodReturnStatement.cs
Исходный код:
CodeMethodReturnStatement.cs

Инициализирует новый экземпляр класса CodeMethodReturnStatement.

public:
 CodeMethodReturnStatement();
public CodeMethodReturnStatement ();
Public Sub New ()

Применяется к

CodeMethodReturnStatement(CodeExpression)

Исходный код:
CodeMethodReturnStatement.cs
Исходный код:
CodeMethodReturnStatement.cs
Исходный код:
CodeMethodReturnStatement.cs

Инициализирует новый экземпляр класса CodeMethodReturnStatement, используя заданное выражение.

public:
 CodeMethodReturnStatement(System::CodeDom::CodeExpression ^ expression);
public CodeMethodReturnStatement (System.CodeDom.CodeExpression expression);
new System.CodeDom.CodeMethodReturnStatement : System.CodeDom.CodeExpression -> System.CodeDom.CodeMethodReturnStatement
Public Sub New (expression As CodeExpression)

Параметры

expression
CodeExpression

CodeExpression указывает возвращаемое значение.

См. также раздел

Применяется к