ImmutableObjectBaseTCloneEditable Method

Creates a clone of this class that is editable. A clone is always created, even if this class is already editable.

Definition

Namespace: SnapDB.Immutables
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public virtual T CloneEditable()

Return Value

T
The newly created instance of type 'T'.

Implements

IImmutableObjectTCloneEditable

See Also