Create a copy of the current object instance that is writable.
Namespace:
EPiServer.CoreAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
public PageReference CreateWritableClone() |
Return Value
A new copy of the object.Implements
IReadOnly<(Of <(T>)>)..::.CreateWritableClone()()()
Remarks
The cloning is a deep-copy.