[ROOT] / doc / tocNamespace / ARCCore / PII / __TOCDet
| Key | Value | 
|---|---|
| Assembly | ARCCore | 
| DocFragType | Class | 
| Name | PII | 
| Namespace | ARCCore | 
| Type | PII | 
ClassAttribute
| Key | Value | 
|---|---|
| AssemblyName | ARCCore | 
| BaseTypes | PRich | 
| ClassNamespace | ARCCore | 
| ClassType | PII | 
| Interfaces | IP; -IEnumerable<IKIP>-; -IEnumerable-; IPII | 
| InterfacesDirectlyImplemented | IPII | 
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.
Generated 2025-10-31 12:49:04.045 UTC