QsExpressionKind<Expr,Symbol,Type>.NewIdentifier Method

Definition

[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.UnionCase, 1)]
public static Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpressionKind<Expr,Symbol,Type> NewIdentifier (Symbol item1, Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<System.Collections.Immutable.ImmutableArray<Type>> item2);
Public Shared Function NewIdentifier (item1 As Symbol, item2 As QsNullable(Of ImmutableArray(Of Type))) As QsExpressionKind(Of Expr, Symbol, Type)

Parameters

item1
Symbol
item2
QsNullable<ImmutableArray<Type>>

Returns

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

Applies to