SyntaxExtensions.get_NewAdjoint.Static Method

Definition

public static Microsoft.FSharp.Core.FSharpFunc<Tuple<Microsoft.Quantum.QsCompiler.SyntaxTree.Source,Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocation>>,Microsoft.FSharp.Core.FSharpFunc<Tuple<Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName,System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTree.QsDeclarationAttribute>,Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType>>,Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedSignature,Microsoft.Quantum.QsCompiler.SyntaxTree.SpecializationImplementation,System.Collections.Immutable.ImmutableArray<string>,Microsoft.Quantum.QsCompiler.SyntaxTree.QsComments>,Microsoft.Quantum.QsCompiler.SyntaxTree.QsSpecialization>> QsSpecialization.get_NewAdjoint.Static ();
Microsoft.Quantum.QsCompiler.SyntaxExtensions.QsSpecialization.get_NewAdjoint.Static : unit -> (Microsoft.Quantum.QsCompiler.SyntaxTree.Source * Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocation> -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName * System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTree.QsDeclarationAttribute> * Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType>> * Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedSignature * Microsoft.Quantum.QsCompiler.SyntaxTree.SpecializationImplementation * System.Collections.Immutable.ImmutableArray<string> * Microsoft.Quantum.QsCompiler.SyntaxTree.QsComments -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsSpecialization)
Public Shared Function QsSpecialization.get_NewAdjoint.Static () As FSharpFunc(Of Tuple(Of Source, QsNullable(Of QsLocation)), FSharpFunc(Of Tuple(Of QsQualifiedName, ImmutableArray(Of QsDeclarationAttribute), QsNullable(Of ImmutableArray(Of ResolvedType)), ResolvedSignature, SpecializationImplementation, ImmutableArray(Of String), QsComments), QsSpecialization))

Returns

Microsoft.FSharp.Core.FSharpFunc<Tuple<Source,QsNullable<QsLocation>>,Microsoft.FSharp.Core.FSharpFunc<Tuple<QsQualifiedName,ImmutableArray<QsDeclarationAttribute>,QsNullable<ImmutableArray<ResolvedType>>,ResolvedSignature,SpecializationImplementation,ImmutableArray<String>,QsComments>,QsSpecialization>>

Applies to