[ROOT] / doc / toc / ARCCore / Class / TValue / __TOCDet
Key | Value |
---|---|
Assembly | ARCCore |
DocFragType | Class |
Name | TValue |
Namespace | ARCCore |
Type | TValue |
ClassAttribute
Key | Value |
---|---|
AssemblyName | ARCCore |
ClassNamespace | ARCCore |
ClassType | TValue |
Placeholder for any class type suitable as generic type parameter PValue<T>.
Used for documentation purposes only.
This class helps with referring to PValue<T> classes when using the 'nameof' keyword because it is not possible to simply do 'nameof(PValue<T>)'. You have to specify a class like 'nameof(PValue<object>)' or 'nameof(PValue<string>)' but that would be misleading. 'nameof(PValue<TValue>)' is then better to use.
Note that this issue does not exist with XML-comments where you can simply just write <see cref="PValue{T}"/>
Generated 2025-05-23 21:02:27.127 UTC