/// <summary>
 /// Creates a new instance of the simulator with configuration given by
 /// the <paramref name="config"/> parameter.
 /// </summary>
 public QCTraceSimulator(QCTraceSimulatorConfiguration config, Assembly?coreAssembly = null) :
     base(config, coreAssembly)
 {
 }
Example #2
0
 /// <summary>
 /// Creates a new instance of the simulator with configuration given by
 /// the <paramref name="config"/> parameter.
 /// </summary>
 public QCTraceSimulator(QCTraceSimulatorConfiguration config) : base(config)
 {
 }