TopicTransformationCoreApiTypeNameWithTemplateCount Method
This is used to get the type name with the template count if any (e.g. TypeName`2)
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public static string ApiTypeNameWithTemplateCount(
XElement typeInfo
)
Public Shared Function ApiTypeNameWithTemplateCount (
typeInfo As XElement
) As String
public:
static String^ ApiTypeNameWithTemplateCount(
XElement^ typeInfo
)
static member ApiTypeNameWithTemplateCount :
typeInfo : XElement -> string
- typeInfo XElement
- The element containing the type information
StringThe type name with the template count if any