Compartir a través de


UsingChunkMerger.MergeInheritedChunks Método

Definición

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

Parámetros

chunkTree
ChunkTree

en el ChunkTree que se va a combinar.

inheritedChunks
IReadOnlyList<Chunk>

que IReadOnlyList<T>se va a combinar.

Implementaciones

Se aplica a