C# Класс System.CodeDom.CodeMethodReturnStatement

Наследование: CodeStatement
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CodeMethodReturnStatement ( ) : System.Diagnostics
CodeMethodReturnStatement ( System.CodeDom.CodeExpression expression ) : System.Diagnostics

Описание методов

CodeMethodReturnStatement() публичный Метод

public CodeMethodReturnStatement ( ) : System.Diagnostics
Результат System.Diagnostics

CodeMethodReturnStatement() публичный Метод

public CodeMethodReturnStatement ( System.CodeDom.CodeExpression expression ) : System.Diagnostics
expression System.CodeDom.CodeExpression
Результат System.Diagnostics