C# 클래스 AjErl.Tests.ProcessTests.LambdaFunction

상속: IFunction
파일 보기 프로젝트 열기: ajlopez/AjErl

공개 메소드들

메소드 설명
Apply ( Context context, IList arguments ) : object
LambdaFunction ( Func function ) : System

메소드 상세

Apply() 공개 메소드

public Apply ( Context context, IList arguments ) : object
context Context
arguments IList
리턴 object

LambdaFunction() 공개 메소드

public LambdaFunction ( Func function ) : System
function Func
리턴 System