This interface is used to handle read-only objects
Namespace:
EPiServer.CoreAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
public interface IReadOnly |
Remarks
Primarily intended to change read-write objects into immutable (read-only) objects to be able to use the same
object instance by several different threads etc.