ImmutableObjectBaseTCloneReadonly Method
Creates a read-only clone of the object.
Namespace: SnapDB.ImmutablesAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public virtual T CloneReadonly()
Public Overridable Function CloneReadonly As T
public:
virtual T CloneReadonly()
function CloneReadonly();
T
A new instance with the same state as the original, marked as read-only.
IImmutableObjectTCloneReadonly
This method is used to create a copy of the object with read-only access.
If the object is already read-only, it returns itself.