Compartir a través de


Compilation.SyntaxTrees Propiedad

Definición

Obtiene los árboles de sintaxis (analizados desde el código fuente) con los que se creó esta compilación.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::SyntaxTree ^> ^ SyntaxTrees { System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::SyntaxTree ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.SyntaxTree> SyntaxTrees { get; }
member this.SyntaxTrees : seq<Microsoft.CodeAnalysis.SyntaxTree>
Public ReadOnly Property SyntaxTrees As IEnumerable(Of SyntaxTree)

Valor de propiedad

Se aplica a