C# 클래스 DartSharp.Language.FuncMethod

상속: IMethod
파일 보기 프로젝트 열기: ajlopez/DartSharp 1 사용 예제들

공개 메소드들

메소드 설명
Call ( object self, Context context, object arguments ) : object
FuncMethod ( IType type, Func func ) : System

메소드 상세

Call() 공개 메소드

public Call ( object self, Context context, object arguments ) : object
self object
context Context
arguments object
리턴 object

FuncMethod() 공개 메소드

public FuncMethod ( IType type, Func func ) : System
type IType
func Func
리턴 System