|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
Defines the IClonable interface for creating duplicate instances of an object. More...
#include "System/Object.h"Go to the source code of this file.
Classes | |
| interface | DotNetDupe::System::IClonable |
| Supports cloning, which creates a new instance of a class with the same value as an existing instance. More... | |
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::System |
Defines the IClonable interface for creating duplicate instances of an object.
Modeled after .NET System.ICloneable (ECMA-335).
Definition in file Clonable.h.