SyntaxGeneratorTemplateWriteTypeReference Method

Write out a type reference

Definition

Namespace: Sandcastle.Core.BuildAssembler.SyntaxGenerator
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.2.18.0
protected virtual void WriteTypeReference(
	XPathNavigator reference,
	SyntaxWriter writer
)

Parameters

reference  XPathNavigator
The type reference to output
writer  SyntaxWriter
The syntax writer to which the type reference is written

See Also