QsExpressionKind<Expr,Symbol,Type>.NewStringLiteral Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.UnionCase, 7)]
public static Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpressionKind<Expr,Symbol,Type> NewStringLiteral (string item1, System.Collections.Immutable.ImmutableArray<Expr> item2);
Public Shared Function NewStringLiteral (item1 As String, item2 As ImmutableArray(Of Expr)) As QsExpressionKind(Of Expr, Symbol, Type)
Parameters
- item1
- String
- item2
- ImmutableArray<Expr>
Returns
- Attributes
-
Microsoft.FSharp.Core.CompilationMappingAttribute