ResolvedSignature.TypeParameters Property

Definition

[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Field, 0)]
public System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocalSymbol> TypeParameters { get; }
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Field, 0)>]
TypeParameters : System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocalSymbol>
Public ReadOnly Property TypeParameters As ImmutableArray(Of QsLocalSymbol)

Property Value

ImmutableArray<QsLocalSymbol>
Attributes
Microsoft.FSharp.Core.CompilationMappingAttribute

Applies to