8 lines
219 B
C#
8 lines
219 B
C#
|
namespace Obfuz.Emit
|
|||
|
{
|
|||
|
public abstract class DataNodeCreatorBase : IDataNodeCreator
|
|||
|
{
|
|||
|
public abstract IDataNode CreateRandom(DataNodeType type, object value, CreateExpressionOptions options);
|
|||
|
}
|
|||
|
}
|