Show / Hide Table of Contents

Delegate SymbolCallback

Callback function to inject symbols

Namespace: ClingoSharp.CoreServices.Callbacks
Assembly: ClingoSharp.CoreServices.dll
Syntax
public delegate bool SymbolCallback(Symbol[] symbols, IntPtr data);
Parameters
Type Name Description
Symbol[] symbols

array of symbols

System.IntPtr data

user data of the callback

Returns
Type Description
System.Boolean

true if the function is success, false otherwise

  • Improve this Doc
  • View Source
Back to top Generated by DocFX