8 lines
172 B
C#
8 lines
172 B
C#
|
namespace Obfuz.Virtualization
|
|||
|
{
|
|||
|
public interface IFunction
|
|||
|
{
|
|||
|
ConstExpression CreateCallable(IDataNode result, CreateExpressionOptions options);
|
|||
|
}
|
|||
|
}
|