IChunkMerger.MergeInheritedChunks 方法

定义

将继承的 Chunk 合并到 中 ChunkTree

public:
 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
Public Sub MergeInheritedChunks (chunkTree As ChunkTree, inheritedChunks As IReadOnlyList(Of Chunk))

参数

chunkTree
ChunkTree

ChunkTree 合并到的 。

inheritedChunks
IReadOnlyList<Chunk>

IReadOnlyList<T>合并的 。

适用于