SyntaxExtensions.NewOperation.Static Method

Definition

public static 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.QsNamespaceElement> QsNamespaceElement.NewOperation.Static (Tuple<Microsoft.Quantum.QsCompiler.SyntaxTree.Source,Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocation>> loc);
Microsoft.Quantum.QsCompiler.SyntaxExtensions.QsNamespaceElement.NewOperation.Static : (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.QsNamespaceElement)
Public Shared Function QsNamespaceElement.NewOperation.Static (loc As Tuple(Of Source, QsNullable(Of QsLocation))) As 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)), QsNamespaceElement)

Parameters

Returns

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

Applies to