DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
Loading...
Searching...
No Matches
Clonable.h File Reference

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

Detailed Description

Defines the IClonable interface for creating duplicate instances of an object.

Modeled after .NET System.ICloneable (ECMA-335).

Definition in file Clonable.h.