|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
Supports cloning, which creates a new instance of a class with the same value as an existing instance. More...
#include <Clonable.h>
Public Member Functions | |
| virtual | ~IClonable ()=default |
| Virtual destructor for polymorphic cleanup. | |
| virtual Object | Clone ()=0 |
| Creates a new object that is a copy of the current instance. | |
Supports cloning, which creates a new instance of a class with the same value as an existing instance.
Standard Citation: ECMA-335 CLI Common Language Infrastructure.
Definition at line 15 of file Clonable.h.
|
virtualdefault |
Virtual destructor for polymorphic cleanup.
|
pure virtual |
Creates a new object that is a copy of the current instance.