ImmutableObjectBaseTCloneEditable Method
Creates a clone of this class that is editable.
A clone is always created, even if this class is already editable.
Namespace: SnapDB.ImmutablesAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public virtual T CloneEditable()
Public Overridable Function CloneEditable As T
public:
virtual T CloneEditable()
function CloneEditable();
TThe newly created instance of type 'T'.
IImmutableObjectTCloneEditable