C# Класс Pytocs.Translate.LambdaBodyGenerator

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

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

Метод Описание
LambdaBodyGenerator ( FunctionDef f, List args, bool isStatic, CodeGenerator gen ) : System

Защищенные методы

Метод Описание
Generate ( CodeParameterDeclarationExpression parms ) : CodeMemberMethod

Приватные методы

Метод Описание
GenerateLambdaVariable ( FunctionDef f ) : CodeVariableDeclarationStatement

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

Generate() защищенный Метод

protected Generate ( CodeParameterDeclarationExpression parms ) : CodeMemberMethod
parms CodeParameterDeclarationExpression
Результат CodeMemberMethod

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

public LambdaBodyGenerator ( FunctionDef f, List args, bool isStatic, CodeGenerator gen ) : System
f FunctionDef
args List
isStatic bool
gen Pytocs.CodeModel.CodeGenerator
Результат System