Parsing.ProcessUpdateOfArrayItemExpr Property

Definition

[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Value)]
public static Microsoft.FSharp.Core.FSharpFunc<string,Tuple<Microsoft.Quantum.QsCompiler.DataTypes.Position,string,string,string>> ProcessUpdateOfArrayItemExpr { get; }
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Value)>]
Microsoft.Quantum.QsCompiler.TextProcessing.Parsing.ProcessUpdateOfArrayItemExpr : string -> Microsoft.Quantum.QsCompiler.DataTypes.Position * string * string * string
Public Shared ReadOnly Property ProcessUpdateOfArrayItemExpr As FSharpFunc(Of String, Tuple(Of Position, String, String, String))

Property Value

Microsoft.FSharp.Core.FSharpFunc<String,Tuple<Position,String,String,String>>
Attributes
Microsoft.FSharp.Core.CompilationMappingAttribute

Applies to