TypedExpression.TypeArguments Property

Definition

[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Field, 1)]
public System.Collections.Immutable.ImmutableArray<Tuple<Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName,string,Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType>> TypeArguments { get; }
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Field, 1)>]
TypeArguments : System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName * string * Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType>
Public ReadOnly Property TypeArguments As ImmutableArray(Of Tuple(Of QsQualifiedName, String, ResolvedType))

Property Value

ImmutableArray<Tuple<QsQualifiedName,String,ResolvedType>>
Attributes
Microsoft.FSharp.Core.CompilationMappingAttribute

Applies to