[Missing <summary> documentation for "N:Gemstone.IO.Collections"]
| FileBackedDictionaryTKey, TValue | Represents a lookup table of key/value pairs backed by a file, with very little memory overhead. |
| FileBackedDictionaryTKey, TValue, TKeyElem, TValueElem | Represents a lookup table of key/value pairs backed by a file, with very little memory overhead. |
| FileBackedHashSetT | Represents a lookup table backed by a file, with very little memory overhead. |
| FileBackedHashSetT, TElem | Represents a lookup table backed by a file, with very little memory overhead. |
| RollingWindowT | Represents a rolling window of data with FIFO semantics that will automatically truncate the data when the window size is exceeded. |