webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Generic interface for a deeply cloneable type. More...
Public Member Functions | |
T | Clone () |
Creates a deep clone of this object. More... | |
Generic interface for a deeply cloneable type.
All generated messages implement this interface, but so do some non-message types. Additionally, due to the type constraint on T
in IMessage<T>, it is simpler to keep this as a separate interface.
T Google.Protobuf.IDeepCloneable< T >.Clone | ( | ) |
Creates a deep clone of this object.