Snippets Constructor

Definition

public Snippets (Microsoft.Quantum.IQSharp.ICompilerService compiler, Microsoft.Quantum.IQSharp.IWorkspace workspace, Microsoft.Quantum.IQSharp.IReferences references, Microsoft.Extensions.Logging.ILogger<Microsoft.Quantum.IQSharp.Snippets> logger, Microsoft.Quantum.IQSharp.IEventService eventService);
new Microsoft.Quantum.IQSharp.Snippets : Microsoft.Quantum.IQSharp.ICompilerService * Microsoft.Quantum.IQSharp.IWorkspace * Microsoft.Quantum.IQSharp.IReferences * Microsoft.Extensions.Logging.ILogger<Microsoft.Quantum.IQSharp.Snippets> * Microsoft.Quantum.IQSharp.IEventService -> Microsoft.Quantum.IQSharp.Snippets
Public Sub New (compiler As ICompilerService, workspace As IWorkspace, references As IReferences, logger As ILogger(Of Snippets), eventService As IEventService)

Parameters

compiler
ICompilerService
workspace
IWorkspace
references
IReferences
logger
ILogger<Snippets>
eventService
IEventService

Applies to