QsExpressionKind<Expr,Symbol,Type>.NewValueTuple Method

Definition

[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.UnionCase, 2)]
public static Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpressionKind<Expr,Symbol,Type> NewValueTuple (System.Collections.Immutable.ImmutableArray<Expr> item);
Public Shared Function NewValueTuple (item As ImmutableArray(Of Expr)) As QsExpressionKind(Of Expr, Symbol, Type)

Parameters

item
ImmutableArray<Expr>

Returns

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

Applies to