CSharpCompilation.SyntaxTrees Property

Definition

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

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

Property Value

Applies to