CompilationUnitManager.Compilation.Tokenization Property

Definition

Contains a dictionary that maps the ID of a file included in the compilation to the tokenization built based on its content.

public System.Collections.Immutable.ImmutableDictionary<string,System.Collections.Immutable.ImmutableArray<System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.CompilationBuilder.DataStructures.CodeFragment>>> Tokenization { get; }
member this.Tokenization : System.Collections.Immutable.ImmutableDictionary<string, System.Collections.Immutable.ImmutableArray<System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.CompilationBuilder.DataStructures.CodeFragment>>>
Public ReadOnly Property Tokenization As ImmutableDictionary(Of String, ImmutableArray(Of ImmutableArray(Of CodeFragment)))

Property Value

ImmutableDictionary<String,ImmutableArray<ImmutableArray<CodeFragment>>>

Applies to