Condividi tramite


GeneratorDriverRunResult.GeneratedTrees Proprietà

Definizione

L'oggetto SyntaxTreeprodotto durante questa generazione passa analizzando ogni SourceText generatore aggiunto.

public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.SyntaxTree> GeneratedTrees { get; }
member this.GeneratedTrees : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.SyntaxTree>
Public ReadOnly Property GeneratedTrees As ImmutableArray(Of SyntaxTree)

Valore della proprietà

Commenti

Equivale all'unione di tutte le SyntaxTrees in ogni GeneratedSourcesResults

Si applica a