SyntaxGeneratorTemplateWriteNormalTypeReference Method

Write out a normal type reference

Definition

Namespace: Sandcastle.Core.BuildAssembler.SyntaxGenerator
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.2.18.0
protected virtual void WriteNormalTypeReference(
	string api,
	SyntaxWriter writer
)

Parameters

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

See Also