InternalFunctionAction public sealed delegate InternalFunctionAction : MulticastDelegate Documentation Code namespace CLanguage.Interpreter { public delegate void InternalFunctionAction (CInterpreter state); }