|
ImmutableObjectBaseTCloneEditable Method
|
Creates a clone of this class that is editable.
A clone is always created, even if this class is already editable.
Namespace: GSF.ImmutableAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.220-beta+a56b2444ff27b37e053039e60f062b99378309bd
Syntax public virtual T CloneEditable()
Public Overridable Function CloneEditable As T
public:
virtual T CloneEditable()
abstract CloneEditable : unit -> 'T
override CloneEditable : unit -> 'T
function CloneEditable();
View SourceReturn Value
TImplements
IImmutableObjectTCloneEditableSee Also