QsExpressionKind<Expr,Symbol,Type>.ValueArray.Item Property

Definition

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

Property Value

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

Applies to