QsExpressionKind<Expr,Symbol,Type>.NewNamedItem(Expr, Symbol) Method

Definition

[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.UnionCase, 14)]
public static Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpressionKind<Expr,Symbol,Type> NewNamedItem (Expr item1, Symbol item2);
Public Shared Function NewNamedItem (item1 As Expr, item2 As Symbol) As QsExpressionKind(Of Expr, Symbol, Type)

Parameters

item1
Expr
item2
Symbol

Returns

QsExpressionKind<Expr,Symbol,Type>
Attributes
Microsoft.FSharp.Core.CompilationMappingAttribute

Applies to