SpecializationImplementation.NewProvided Method

Definition

[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

SpecializationImplementation
Attributes
Microsoft.FSharp.Core.CompilationMappingAttribute

Applies to