[ROOT] / doc / toc / ARCDoc / Class / DocLink / LinkWordHTMLBeforeLt / __TOCDet
Key | Value |
---|---|
Assembly | ARCDoc |
DocFragType | ClassMember |
IsInherited | -False- |
IsInheritedDoc | -False- |
Lines | -4- |
Name | LinkWordHTMLBeforeLt |
Namespace | ARCDoc |
Type | DocLink |
ClassMemberAttribute
Key | Value |
---|---|
DeclaringType | DocLink |
MethodName | LinkWordHTMLBeforeLt |
MethodSignature | System.String LinkWordHTMLBeforeLt |
If -LinkWordHTML contains '<' (really '<') (for generic types, like 'PValue<TValue>') then this will contain the part before '<' like 'PValue'.
This is due to use 'nameof' for generic classes like 'nameof(PValue<TValue>)' will result in only the name of the base type, ending up with 'PValue<T>' instead of '-PValue<TValue>-'
Therefore, we must create links also for the part before '<'.
Generated 2025-05-23 01:21:42.843 UTC