Compilation.SyntaxTrees Property

Definition

Gets the syntax trees (parsed from source code) that this compilation was created with.

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)

Property Value

Applies to