Share via


CSharpDesignTimeCodeVisitor.AcceptTreeCore(ChunkTree) Method

Definition

protected:
 virtual void AcceptTreeCore(Microsoft::AspNetCore::Razor::Chunks::ChunkTree ^ tree);
protected virtual void AcceptTreeCore (Microsoft.AspNetCore.Razor.Chunks.ChunkTree tree);
abstract member AcceptTreeCore : Microsoft.AspNetCore.Razor.Chunks.ChunkTree -> unit
override this.AcceptTreeCore : Microsoft.AspNetCore.Razor.Chunks.ChunkTree -> unit
Protected Overridable Sub AcceptTreeCore (tree As ChunkTree)

Parameters

tree
ChunkTree

Applies to