C# (CSharp) OX.Copyable Namespace

Nested Namespaces

OX.Copyable.Tests

Classes

Name Description
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.