VerificationTools.ResolvedType.get_supportsConcatenation(ResolvedType) Method

Definition

[Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 0 })]
public static Microsoft.FSharp.Core.FSharpOption<Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType> ResolvedType.get_supportsConcatenation (Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType unnamedParam1);
[<Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 0 })>]
Microsoft.Quantum.QsCompiler.SyntaxProcessing.VerificationTools.ResolvedType.get_supportsConcatenation : Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType -> option<Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType>
Public Shared Function ResolvedType.get_supportsConcatenation (unnamedParam1 As ResolvedType) As FSharpOption(Of ResolvedType)

Parameters

unnamedParam1
ResolvedType

Returns

Microsoft.FSharp.Core.FSharpOption<ResolvedType>
Attributes
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute

Applies to