LinkTextResolverWriteTypeTarget Method

Write out a type target

Definition

Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public void WriteTypeTarget(
	TypeTarget type,
	DisplayOptions options,
	XmlWriter writer
)

Parameters

type  TypeTarget
The type target information
options  DisplayOptions
The link display options
writer  XmlWriter
The write to which the information is written

See Also