Compartir a través de


IChunkMerger.MergeInheritedChunks Método

Definición

Combina un objeto heredado Chunk en .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))

Parámetros

chunkTree
ChunkTree

objeto en el ChunkTree que se va a combinar.

inheritedChunks
IReadOnlyList<Chunk>

objeto IReadOnlyList<T>que se va a combinar.

Se aplica a