[ROOT] / doc / DocFrag / ARCCore.TPropertyKeyEnum
Key | Value |
---|---|
Assembly | ARCCore |
DocFragType | Enum |
Name | TPropertyKeyEnum |
Namespace | ARCCore |
Type | TPropertyKeyEnum |
EnumAttribute
Key | Value |
---|---|
AREnumType | OrdinaryEnum |
AssemblyName | ARCCore |
EnumNamespace | ARCCore |
EnumType | TPropertyKeyEnum |
Placeholder for any enum type suitable as generic type parameter for PExact<TEnumType>.
Used for documentation purposes only.
This enum helps with referring to PExact<T> classes when using the 'nameof' keyword because it is not possible to simply do 'nameof(PExact<T>)'. You have to specify a class like 'nameof(PExact<object>)' or 'nameof(PExact<string>)' but that would be misleading. 'nameof(PExact<TPropertyKeyEnum>)' is then better to use.
Note that this issue does not exist with XML-comments where you can simply just write <see cref="PExact{T}"/>
Generated 2024-12-26 16:07:19.612 UTC