Partager via


CSharpCompilation.SyntaxTrees Propriété

Définition

Arborescences de syntaxe (analysées à partir du code source) avec laquelle cette compilation a été créée.

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)

Valeur de propriété

S’applique à