ScopeContext 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 ScopeContext (Microsoft.Quantum.QsCompiler.SymbolManagement.NamespaceManager globals, Microsoft.Quantum.QsCompiler.SyntaxProcessing.SymbolTracker symbols, Microsoft.Quantum.QsCompiler.SyntaxProcessing.TypeInference.InferenceContext inference, bool isInOperation, Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType returnType, Microsoft.Quantum.QsCompiler.TargetCapability capability, string processorArchitecture);
new Microsoft.Quantum.QsCompiler.SyntaxProcessing.ScopeContext : Microsoft.Quantum.QsCompiler.SymbolManagement.NamespaceManager * Microsoft.Quantum.QsCompiler.SyntaxProcessing.SymbolTracker * Microsoft.Quantum.QsCompiler.SyntaxProcessing.TypeInference.InferenceContext * bool * Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType * Microsoft.Quantum.QsCompiler.TargetCapability * string -> Microsoft.Quantum.QsCompiler.SyntaxProcessing.ScopeContext
Public Sub New (globals As NamespaceManager, symbols As SymbolTracker, inference As InferenceContext, isInOperation As Boolean, returnType As ResolvedType, capability As TargetCapability, processorArchitecture As String)
Parameters
- globals
- NamespaceManager
- symbols
- SymbolTracker
- inference
- InferenceContext
- isInOperation
- Boolean
- returnType
- ResolvedType
- capability
- TargetCapability
- processorArchitecture
- String