EditSyntaxTreeResult.NewTree Property

Definition

public:
 property Microsoft::CodeAnalysis::SyntaxTree ^ NewTree { Microsoft::CodeAnalysis::SyntaxTree ^ get(); void set(Microsoft::CodeAnalysis::SyntaxTree ^ value); };
public Microsoft.CodeAnalysis.SyntaxTree NewTree { get; set; }
member this.NewTree : Microsoft.CodeAnalysis.SyntaxTree with get, set
Public Property NewTree As SyntaxTree

Property Value

SyntaxTree

Applies to