CSharpCompilation.SyntaxTrees 属性

定义

语法树 (从源代码分析) 使用此编译创建的语法树。

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)

属性值

适用于