CSharpCompilation.RemoveSyntaxTrees Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RemoveSyntaxTrees(IEnumerable<SyntaxTree>) |
Creates a new compilation without the specified syntax trees. Preserves metadata info for use with trees added later. |
RemoveSyntaxTrees(SyntaxTree[]) |
Creates a new compilation without the specified syntax trees. Preserves metadata info for use with trees added later. |
RemoveSyntaxTrees(IEnumerable<SyntaxTree>)
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
Creates a new compilation without the specified syntax trees. Preserves metadata info for use with trees added later.
public:
Microsoft::CodeAnalysis::CSharp::CSharpCompilation ^ RemoveSyntaxTrees(System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::SyntaxTree ^> ^ trees);
public Microsoft.CodeAnalysis.CSharp.CSharpCompilation RemoveSyntaxTrees (System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.SyntaxTree> trees);
override this.RemoveSyntaxTrees : seq<Microsoft.CodeAnalysis.SyntaxTree> -> Microsoft.CodeAnalysis.CSharp.CSharpCompilation
Public Function RemoveSyntaxTrees (trees As IEnumerable(Of SyntaxTree)) As CSharpCompilation
Parameters
- trees
- IEnumerable<SyntaxTree>
Returns
Applies to
RemoveSyntaxTrees(SyntaxTree[])
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
- Source:
- CSharpCompilation.cs
Creates a new compilation without the specified syntax trees. Preserves metadata info for use with trees added later.
public:
Microsoft::CodeAnalysis::CSharp::CSharpCompilation ^ RemoveSyntaxTrees(... cli::array <Microsoft::CodeAnalysis::SyntaxTree ^> ^ trees);
public Microsoft.CodeAnalysis.CSharp.CSharpCompilation RemoveSyntaxTrees (params Microsoft.CodeAnalysis.SyntaxTree[] trees);
override this.RemoveSyntaxTrees : Microsoft.CodeAnalysis.SyntaxTree[] -> Microsoft.CodeAnalysis.CSharp.CSharpCompilation
Public Function RemoveSyntaxTrees (ParamArray trees As SyntaxTree()) As CSharpCompilation
Parameters
- trees
- SyntaxTree[]