SyntaxExtensions.get_NewFunction.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.SyntaxTokens.Access,Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTuple<Microsoft.Quantum.QsCompiler.SyntaxTree.LocalVariableDeclaration<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocalSymbol,Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType>>,Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedSignature,System.Collections.Generic.IEnumerable<Microsoft.Quantum.QsCompiler.SyntaxTree.QsSpecialization>,System.Collections.Immutable.ImmutableArray<string>,Tuple<Microsoft.Quantum.QsCompiler.SyntaxTree.QsComments>>,Microsoft.Quantum.QsCompiler.SyntaxTree.QsCallable>> QsCallable.get_NewFunction.Static ();
Microsoft.Quantum.QsCompiler.SyntaxExtensions.QsCallable.get_NewFunction.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.SyntaxTokens.Access * Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTuple<Microsoft.Quantum.QsCompiler.SyntaxTree.LocalVariableDeclaration<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocalSymbol, Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType>> * Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedSignature * seq<Microsoft.Quantum.QsCompiler.SyntaxTree.QsSpecialization> * System.Collections.Immutable.ImmutableArray<string> * Microsoft.Quantum.QsCompiler.SyntaxTree.QsComments -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsCallable)
Public Shared Function QsCallable.get_NewFunction.Static () As FSharpFunc(Of Tuple(Of Source, QsNullable(Of QsLocation)), FSharpFunc(Of Tuple(Of QsQualifiedName, ImmutableArray(Of QsDeclarationAttribute), Access, QsTuple(Of LocalVariableDeclaration(Of QsLocalSymbol, ResolvedType)), ResolvedSignature, IEnumerable(Of QsSpecialization), ImmutableArray(Of String), Tuple(Of QsComments)), QsCallable))

Returns

Microsoft.FSharp.Core.FSharpFunc<Tuple<Source,QsNullable<QsLocation>>,Microsoft.FSharp.Core.FSharpFunc<Tuple<QsQualifiedName,ImmutableArray<QsDeclarationAttribute>,Access,QsTuple<LocalVariableDeclaration<QsLocalSymbol,ResolvedType>>,ResolvedSignature,IEnumerable<QsSpecialization>,ImmutableArray<String>,Tuple<QsComments>>,QsCallable>>

Applies to