Lisp.BuiltInFuncBody
Function type which represents any built-in function body
Assembly: ServiceStack.Common.dll
View Source
Declaration
public delegate object BuiltInFuncBody(Lisp.Interpreter interp, object[] frame);
Function type which represents any built-in function body
public delegate object BuiltInFuncBody(Lisp.Interpreter interp, object[] frame);