Interface INode
Represents a markdown node that can be visited by a INodeVisitor.
Namespace: Radzen.Blazor.Markdown
Assembly: Radzen.Blazor.dll
Syntax
public interface INode
Methods
Accept(INodeVisitor)
Accepts a INodeVisitor.
Declaration
void Accept(INodeVisitor visitor)
Parameters
Type | Name | Description |
---|---|---|
INodeVisitor | visitor |