|
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.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
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