TopicTransformationCoreApiTypeNameWithTemplateCount Method

This is used to get the type name with the template count if any (e.g. TypeName`2)

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public static string ApiTypeNameWithTemplateCount(
	XElement typeInfo
)

Parameters

typeInfo  XElement
The element containing the type information

Return Value

String
The type name with the template count if any

See Also