AspNetSyntaxGeneratorWriteSyntax Method

This is implemented to write the syntax

Definition

Namespace: Sandcastle.Tools.SyntaxGenerators
Assembly: Sandcastle.Tools.SyntaxGenerators (in Sandcastle.Tools.SyntaxGenerators.dll) Version: 2024.9.12.0
public override void WriteSyntax(
	XPathNavigator reflection,
	SyntaxWriter writer
)

Parameters

reflection  XPathNavigator
The reflection data used to generate the syntax
writer  SyntaxWriter
The writer to which the syntax information is written

See Also