TcHmiSrv.Core.Duplication Namespace
Contains interfaces that declare methods to support deep and shallow copying.
Interfaces
|
Interface |
Description |
---|---|---|
|
Supports deep and shallow copying, which creates a new instance of a class with the same value as an existing instance. | |
|
Supports deep copying, which creates a new independent instance of a class with the same value as an existing instance. | |
|
Supports shallow copying, which creates a new instance of a class with the same value as an existing instance and shared references. |