QsSpecialization.TypeArguments Property

Definition

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

Property Value

QsNullable<ImmutableArray<ResolvedType>>
Attributes
Microsoft.FSharp.Core.CompilationMappingAttribute

Applies to