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