JScriptDeclarationSyntaxGeneratorWriteNormalMethodSyntax Method

Write normal method syntax

Definition

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

Parameters

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

See Also