Compilation.CommonAddSyntaxTrees(IEnumerable<SyntaxTree>) Method

Definition

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

Parameters

Returns

Applies to