SpecializationImplementation.NewProvided Method
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.
[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.UnionCase, 0)]
public static Microsoft.Quantum.QsCompiler.SyntaxTree.SpecializationImplementation NewProvided (Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTuple<Microsoft.Quantum.QsCompiler.SyntaxTree.LocalVariableDeclaration<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocalSymbol,Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType>> item1, Microsoft.Quantum.QsCompiler.SyntaxTree.QsScope item2);
Public Shared Function NewProvided (item1 As QsTuple(Of LocalVariableDeclaration(Of QsLocalSymbol, ResolvedType)), item2 As QsScope) As SpecializationImplementation
Parameters
- item2
- QsScope
Returns
- Attributes
-
Microsoft.FSharp.Core.CompilationMappingAttribute