CSharpDesignTimeCodeVisitor.AcceptTreeCore(ChunkTree) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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