TopicTransformationCore.ApiTypeNameDecorated Method

This is used to get a type name in decorated with language-specific text elements based on the given type information.

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.3.22.0
protected virtual void ApiTypeNameDecorated(
	XElement memberName,
	XElement typeInfo
)

Parameters

memberName  XElement
An XML element to which the name elements are added
typeInfo  XElement
An element containing the type information for the reference link

Remarks

This method will call itself recursively if necessary to render type specializations, template parameter types, array types, etc. This will render language-specific text elements where needed. Non-HTML presentation styles may override this method to obtain the result and then strip or replace the language-specific text elements as they see fit.

See Also