InjectChunkMerger.MergeInheritedChunks Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
- inheritedChunks
- IReadOnlyList<Chunk>
objeto IReadOnlyList<T>que se va a combinar.