BaseFunction public abstract class BaseFunction Documentation Code public CFunctionType FunctionType { get; protected set; } public string Name { get; protected set; } public string NameContext { get; protected set; } protected BaseFunction() public virtual void Init(CInterpreter state) public abstract void Step(CInterpreter state, ExecutionFrame frame)