[ROOT] / doc / toc / ARCCore / Class / PII
PII = property for storing individual items.
Attempt at solving IndividualItems storage.
Each item is stored as a key in the properties dictionary (with value as PValueEmpty).
Note that using only a HashSet would be more efficient memory-wise, but then we would loose a future ability to store metadata for each key.
| ToString | TODO: Decide on what we actually want with ToString for this class. |
| TryGetV | Since value is stored in keys, we need to override this method. |
Generated 2025-10-29 04:48:32.476 UTC