Guidelines for Reliable Collections - Azure Service
2020-3-10 · Reliable Collections, just like Concurrent Collections, return a reference to the objects and not a copy. Do deep copy the returned object of a custom type before modifying it. Since structs and built-in types are pass-by-value, you do not need to do a deep copy on them unless they contain reference-typed fields or properties that you intend to modify.
Get Price