TopicTransformationCoreApiTypeNamePlainText Method

This is used to get a type name in plain text based on the given type information

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
protected void ApiTypeNamePlainText(
	StringBuilder memberName,
	XElement typeInfo
)

Parameters

memberName  StringBuilder
A string builder to which the name elements are added
typeInfo  XElement
An element containing the type information for the reference link

See Also