C# Class OX.Copyable.Copyable

This class is an abstract base class that can be used as a really simple way of making an object copyable. To make an object copyable, simply inherit from this class, and call the base constructor from your constructor, with the same arguments as your constructor.
Exibir arquivo Open project: havard/copyable

Public Methods

Method Description
CreateInstanceForCopy ( ) : object

Protected Methods

Method Description
Copyable ( ) : System

Method Details

Copyable() protected method

protected Copyable ( ) : System
return System

CreateInstanceForCopy() public method

public CreateInstanceForCopy ( ) : object
return object