Snippets Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- eventService
- IEventService