Skip to main content

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);