다음을 통해 공유


CSharpCompilation.RemoveSyntaxTrees 메서드

정의

오버로드

RemoveSyntaxTrees(IEnumerable<SyntaxTree>)

지정된 구문 트리 없이 새 컴파일을 만듭니다. 나중에 추가된 트리와 함께 사용할 메타데이터 정보를 유지합니다.

RemoveSyntaxTrees(SyntaxTree[])

지정된 구문 트리 없이 새 컴파일을 만듭니다. 나중에 추가된 트리와 함께 사용할 메타데이터 정보를 유지합니다.

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

지정된 구문 트리 없이 새 컴파일을 만듭니다. 나중에 추가된 트리와 함께 사용할 메타데이터 정보를 유지합니다.

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

매개 변수

반환

적용 대상

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

지정된 구문 트리 없이 새 컴파일을 만듭니다. 나중에 추가된 트리와 함께 사용할 메타데이터 정보를 유지합니다.

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

매개 변수

trees
SyntaxTree[]

반환

적용 대상