Topic Transformation CoreApi Type Name With Template Count 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: 2026.1.20.0
The type name with the template count if any
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public static string ApiTypeNameWithTemplateCount(
XElement typeInfo
)VB
Public Shared Function ApiTypeNameWithTemplateCount (
typeInfo As XElement
) As StringC++
public:
static String^ ApiTypeNameWithTemplateCount(
XElement^ typeInfo
)F#
static member ApiTypeNameWithTemplateCount :
typeInfo : XElement -> string Parameters
- typeInfo XElement
- The element containing the type information
Return Value
StringThe type name with the template count if any