Compilation.SyntaxTrees プロパティ

定義

このコンパイルで作成された構文ツリー (ソース コードから解析) を取得します。

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)

プロパティ値

適用対象