This interface is used to handle read-only objects.
Namespace:
EPiServer.CoreAssembly: EPiServer (in EPiServer.dll) Version: 6.0.530.0
Syntax
| C# |
|---|
public interface IReadOnly<T> : IReadOnly |
Type Parameters
- T
- The type of the class implementing the interface and also the type of object that is to be returned by the CreateWritableClone()()() implementation.
Remarks
This interface extends the IReadOnly interface by defining an additional method for creating writable copies of
read-only objects.