BuiltInKind.Operation.TypeParameters Property

Definition

[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Field, 2, 0)]
[System.Diagnostics.DebuggerNonUserCode]
public System.Collections.Immutable.ImmutableArray<string> TypeParameters { [System.Diagnostics.DebuggerNonUserCode] get; }
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Field, 2, 0)>]
[<System.Diagnostics.DebuggerNonUserCode>]
[<get: System.Diagnostics.DebuggerNonUserCode>]
val TypeParameters : System.Collections.Immutable.ImmutableArray<string>
Public ReadOnly Property TypeParameters As ImmutableArray(Of String)

Property Value

ImmutableArray<String>
Attributes
Microsoft.FSharp.Core.CompilationMappingAttribute DebuggerNonUserCodeAttribute

Applies to