Share via


Compilation.CommonRemoveSyntaxTrees(IEnumerable<SyntaxTree>) 方法

定義

protected:
 abstract Microsoft::CodeAnalysis::Compilation ^ CommonRemoveSyntaxTrees(System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::SyntaxTree ^> ^ trees);
protected abstract Microsoft.CodeAnalysis.Compilation CommonRemoveSyntaxTrees (System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.SyntaxTree> trees);
abstract member CommonRemoveSyntaxTrees : seq<Microsoft.CodeAnalysis.SyntaxTree> -> Microsoft.CodeAnalysis.Compilation
Protected MustOverride Function CommonRemoveSyntaxTrees (trees As IEnumerable(Of SyntaxTree)) As Compilation

參數

傳回

適用於