8 lines
176 B
C#
8 lines
176 B
C#
|
namespace Obfuz.Emit
|
|||
|
{
|
|||
|
public interface IDataNodeCreator
|
|||
|
{
|
|||
|
IDataNode CreateRandom(DataNodeType type, object value, CreateExpressionOptions options);
|
|||
|
}
|
|||
|
}
|