다음을 통해 공유


UsingChunkMerger.MergeInheritedChunks 메서드

정의

상속된 를 Chunk 에 병합합니다 ChunkTree.

public:
 virtual void MergeInheritedChunks(Microsoft::AspNetCore::Razor::Chunks::ChunkTree ^ chunkTree, System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Razor::Chunks::Chunk ^> ^ inheritedChunks);
public void MergeInheritedChunks (Microsoft.AspNetCore.Razor.Chunks.ChunkTree chunkTree, System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Razor.Chunks.Chunk> inheritedChunks);
abstract member MergeInheritedChunks : Microsoft.AspNetCore.Razor.Chunks.ChunkTree * System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Razor.Chunks.Chunk> -> unit
override this.MergeInheritedChunks : Microsoft.AspNetCore.Razor.Chunks.ChunkTree * System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Razor.Chunks.Chunk> -> unit
Public Sub MergeInheritedChunks (chunkTree As ChunkTree, inheritedChunks As IReadOnlyList(Of Chunk))

매개 변수

chunkTree
ChunkTree

ChunkTree 병합할 입니다.

inheritedChunks
IReadOnlyList<Chunk>

IReadOnlyList<T>병합할 의 입니다.

구현

적용 대상