C# 클래스 Machete.Runtime.NativeObjects.BuiltinObjects.BFunction

상속: LObject, ICallable
파일 보기 프로젝트 열기: ChaosPandion/Machete 1 사용 예제들

공개 메소드들

메소드 설명
BFunction ( IEnvironment environment, Code code, ReadOnlyList formalParameters ) : Machete.Core
Call ( IEnvironment environment, IDynamic thisBinding, IArgs args ) : IDynamic

메소드 상세

BFunction() 공개 메소드

public BFunction ( IEnvironment environment, Code code, ReadOnlyList formalParameters ) : Machete.Core
environment IEnvironment
code Code
formalParameters ReadOnlyList
리턴 Machete.Core

Call() 공개 메소드

public Call ( IEnvironment environment, IDynamic thisBinding, IArgs args ) : IDynamic
environment IEnvironment
thisBinding IDynamic
args IArgs
리턴 IDynamic