[ROOT] / doc / toc / ARCCore / Class / PReadOnly


Experimental (from Feb 2022) class suitable for classes that do not need to be deserialized, or to accept write requests through PropertyAccess.
In addition, all read request are only offered through -GetEnumerator-.

This is both a low-memory usage and high-performance class.
(memory usage is the most promising advantage of this class, performance did not turn out to be significant changed).

Abstract because else class would give little meaning.

Not usable in conjunction with -TryParseAndStore- (not usable for deserialization).

Useful in conjunction with ARCQuerys concept of EntityMethodKey.


Details

Generated 2024-04-24 16:19:35.007 UTC