C# 클래스 Machete.Core.FunctionDeclaration

파일 보기 프로젝트 열기: ChaosPandion/Machete

공개 메소드들

메소드 설명
FunctionDeclaration ( string identifier, ReadOnlyList formalParameterList, ExecutableCode executableCode ) : System

메소드 상세

FunctionDeclaration() 공개 메소드

public FunctionDeclaration ( string identifier, ReadOnlyList formalParameterList, ExecutableCode executableCode ) : System
identifier string
formalParameterList ReadOnlyList
executableCode ExecutableCode
리턴 System