[ROOT] / doc / toc / ARCDoc / Class / DocLink / LinkWordHTMLBeforeLt


If -LinkWordHTML contains '<' (really '&lt;') (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&lt;TValue&gt;-'
Therefore, we must create links also for the part before '&lt;'.


Details

Generated 2025-05-22 21:04:56.561 UTC